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.
55473 55474 55475 55476 55477 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55473 class ModifyPublicIpDnsNameOptionsResult < Struct.new( :successful) SENSITIVE = [] include Aws::Structure end |