Class: Aws::Types::DescribeDomainChangeProgressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainChangeProgressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_id ⇒ ::String
Returns the value of attribute change_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#change_id ⇒ ::String
Returns the value of attribute change_id.
765 766 767 |
# File 'sig/types.rbs', line 765 def change_id @change_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
764 765 766 |
# File 'sig/types.rbs', line 764 def domain_name @domain_name end |