Class: Aws::EC2::Types::AssociateAddressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateAddressResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID that represents the association of the Elastic IP address with an instance.
Instance Attribute Details
#association_id ⇒ String
The ID that represents the association of the Elastic IP address with an instance.
2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-ec2/types.rb', line 2009 class AssociateAddressResult < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |