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.
16142 16143 16144 |
# File 'sig/types.rbs', line 16142 def allocation_id @allocation_id end |
#attribute ⇒ "domain-name"
Returns the value of attribute attribute.
16143 16144 16145 |
# File 'sig/types.rbs', line 16143 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16144 16145 16146 |
# File 'sig/types.rbs', line 16144 def dry_run @dry_run end |