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.
8322 8323 8324 |
# File 'sig/types.rbs', line 8322 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8323 8324 8325 |
# File 'sig/types.rbs', line 8323 def dry_run @dry_run end |