Class: Aws::Types::ResetAddressAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetAddressAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#attribute ⇒ "domain-name"
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
16778 16779 16780 |
# File 'sig/types.rbs', line 16778 def allocation_id @allocation_id end |
#attribute ⇒ "domain-name"
Returns the value of attribute attribute.
16779 16780 16781 |
# File 'sig/types.rbs', line 16779 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16780 16781 16782 |
# File 'sig/types.rbs', line 16780 def dry_run @dry_run end |