Class: Aws::EC2::Types::ModifyPrivateDnsNameOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyPrivateDnsNameOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
52417 52418 52419 52420 52421 |
# File 'lib/aws-sdk-ec2/types.rb', line 52417 class ModifyPrivateDnsNameOptionsResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |