Class: Aws::EC2::Types::ModifyAddressAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyAddressAttributeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::AddressAttribute
Information about the Elastic IP address.
Instance Attribute Details
#address ⇒ Types::AddressAttribute
Information about the Elastic IP address.
50190 50191 50192 50193 50194 |
# File 'lib/aws-sdk-ec2/types.rb', line 50190 class ModifyAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |