Class: Aws::Types::EipAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def association_id
  @association_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def ip_address
  @ip_address
end