Class: Aws::Types::CancelDomainConfigChangeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelDomainConfigChangeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled_change_ids ⇒ ::Array[::String]
Returns the value of attribute cancelled_change_ids.
-
#cancelled_change_properties ⇒ ::Array[Types::CancelledChangeProperty]
Returns the value of attribute cancelled_change_properties.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#cancelled_change_ids ⇒ ::Array[::String]
Returns the value of attribute cancelled_change_ids.
312 313 314 |
# File 'sig/types.rbs', line 312 def cancelled_change_ids @cancelled_change_ids end |
#cancelled_change_properties ⇒ ::Array[Types::CancelledChangeProperty]
Returns the value of attribute cancelled_change_properties.
313 314 315 |
# File 'sig/types.rbs', line 313 def cancelled_change_properties @cancelled_change_properties end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
314 315 316 |
# File 'sig/types.rbs', line 314 def dry_run @dry_run end |