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.
56959 56960 56961 56962 56963 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56959 class ModifyPublicIpDnsNameOptionsResult < Struct.new( :successful) SENSITIVE = [] include Aws::Structure end |