Class: Aws::Types::EipAssociation
- Inherits:
-
Object
- Object
- Aws::Types::EipAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
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.
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.
193 194 195 |
# File 'sig/types.rbs', line 193 def ip_address @ip_address end |