Class: Aws::Types::DisableAddressTransferRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableAddressTransferRequest
- 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.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
8049 8050 8051 |
# File 'sig/types.rbs', line 8049 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8050 8051 8052 |
# File 'sig/types.rbs', line 8050 def dry_run @dry_run end |