Class: Aws::Types::ModifyAddressAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyAddressAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
13812 13813 13814 |
# File 'sig/types.rbs', line 13812 def allocation_id @allocation_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
13813 13814 13815 |
# File 'sig/types.rbs', line 13813 def domain_name @domain_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13814 13815 13816 |
# File 'sig/types.rbs', line 13814 def dry_run @dry_run end |