Class: Aws::Types::EnableAddressTransferRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableAddressTransferRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#transfer_account_id ⇒ ::String
Returns the value of attribute transfer_account_id.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
8791 8792 8793 |
# File 'sig/types.rbs', line 8791 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8793 8794 8795 |
# File 'sig/types.rbs', line 8793 def dry_run @dry_run end |
#transfer_account_id ⇒ ::String
Returns the value of attribute transfer_account_id.
8792 8793 8794 |
# File 'sig/types.rbs', line 8792 def transfer_account_id @transfer_account_id end |