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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID that represents the association of the Elastic IP address with an instance.

Returns:

  • (String)


1892
1893
1894
1895
1896
# File 'lib/aws-sdk-ec2/types.rb', line 1892

class AssociateAddressResult < Struct.new(
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end