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.
9002 9003 9004 |
# File 'sig/types.rbs', line 9002 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9004 9005 9006 |
# File 'sig/types.rbs', line 9004 def dry_run @dry_run end |
#transfer_account_id ⇒ ::String
Returns the value of attribute transfer_account_id.
9003 9004 9005 |
# File 'sig/types.rbs', line 9003 def transfer_account_id @transfer_account_id end |