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.
187 188 189 |
# File 'sig/types.rbs', line 187 def cancelled_change_ids @cancelled_change_ids end |
#cancelled_change_properties ⇒ ::Array[Types::CancelledChangeProperty]
Returns the value of attribute cancelled_change_properties.
188 189 190 |
# File 'sig/types.rbs', line 188 def cancelled_change_properties @cancelled_change_properties end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
186 187 188 |
# File 'sig/types.rbs', line 186 def dry_run @dry_run end |