Class: Aws::Types::AddressAttribute
- Inherits:
-
Object
- Object
- Aws::Types::AddressAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#ptr_record ⇒ ::String
Returns the value of attribute ptr_record.
-
#ptr_record_update ⇒ Types::PtrUpdateStatus
Returns the value of attribute ptr_record_update.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def allocation_id @allocation_id end |
#ptr_record ⇒ ::String
Returns the value of attribute ptr_record.
273 274 275 |
# File 'sig/types.rbs', line 273 def ptr_record @ptr_record end |
#ptr_record_update ⇒ Types::PtrUpdateStatus
Returns the value of attribute ptr_record_update.
274 275 276 |
# File 'sig/types.rbs', line 274 def ptr_record_update @ptr_record_update end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
271 272 273 |
# File 'sig/types.rbs', line 271 def public_ip @public_ip end |