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)


2245
2246
2247
2248
2249
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2245

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