Class: Aws::EC2::Types::ModifyPublicIpDnsNameOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyPublicIpDnsNameOptionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful ⇒ Boolean
Whether or not the request was successful.
Instance Attribute Details
#successful ⇒ Boolean
Whether or not the request was successful.
55922 55923 55924 55925 55926 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55922 class ModifyPublicIpDnsNameOptionsResult < Struct.new( :successful) SENSITIVE = [] include Aws::Structure end |