Class: Aws::EC2::Types::AssociateAddressResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.

Returns:

  • (String)


754
755
756
757
# File 'lib/aws-sdk-ec2/types.rb', line 754

class AssociateAddressResult < Struct.new(
  :association_id)
  include Aws::Structure
end