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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


1919
1920
1921
1922
1923
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1919

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