Class: Aws::Types::AddressTransfer
- Inherits:
-
Object
- Object
- Aws::Types::AddressTransfer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_transfer_status ⇒ "pending", ...
Returns the value of attribute address_transfer_status.
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#transfer_account_id ⇒ ::String
Returns the value of attribute transfer_account_id.
-
#transfer_offer_accepted_timestamp ⇒ ::Time
Returns the value of attribute transfer_offer_accepted_timestamp.
-
#transfer_offer_expiration_timestamp ⇒ ::Time
Returns the value of attribute transfer_offer_expiration_timestamp.
Instance Attribute Details
#address_transfer_status ⇒ "pending", ...
Returns the value of attribute address_transfer_status.
284 285 286 |
# File 'sig/types.rbs', line 284 def address_transfer_status @address_transfer_status end |
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def allocation_id @allocation_id end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
279 280 281 |
# File 'sig/types.rbs', line 279 def public_ip @public_ip end |
#transfer_account_id ⇒ ::String
Returns the value of attribute transfer_account_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def transfer_account_id @transfer_account_id end |
#transfer_offer_accepted_timestamp ⇒ ::Time
Returns the value of attribute transfer_offer_accepted_timestamp.
283 284 285 |
# File 'sig/types.rbs', line 283 def @transfer_offer_accepted_timestamp end |
#transfer_offer_expiration_timestamp ⇒ ::Time
Returns the value of attribute transfer_offer_expiration_timestamp.
282 283 284 |
# File 'sig/types.rbs', line 282 def @transfer_offer_expiration_timestamp end |