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.
8232 8233 8234 |
# File 'sig/types.rbs', line 8232 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8233 8234 8235 |
# File 'sig/types.rbs', line 8233 def dry_run @dry_run end |