Class: Aws::Types::ExecuteChangeSetInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteChangeSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
764 765 766 |
# File 'sig/types.rbs', line 764 def change_set_name @change_set_name end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
766 767 768 |
# File 'sig/types.rbs', line 766 def client_request_token @client_request_token end |
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
767 768 769 |
# File 'sig/types.rbs', line 767 def disable_rollback @disable_rollback end |
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
768 769 770 |
# File 'sig/types.rbs', line 768 def retain_except_on_create @retain_except_on_create end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def stack_name @stack_name end |