Class: Aws::Types::CancelDomainConfigChangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelDomainConfigChangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def domain_name @domain_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
307 308 309 |
# File 'sig/types.rbs', line 307 def dry_run @dry_run end |