Class: Aws::Types::CreateChangeSetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateChangeSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#change_set_type ⇒ "CREATE", ...
Returns the value of attribute change_set_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#deployment_mode ⇒ "REVERT_DRIFT"
Returns the value of attribute deployment_mode.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
-
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
-
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#on_stack_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_stack_failure.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#resources_to_import ⇒ ::Array[Types::ResourceToImport]
Returns the value of attribute resources_to_import.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
-
#use_previous_template ⇒ Boolean
Returns the value of attribute use_previous_template.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
168 169 170 |
# File 'sig/types.rbs', line 168 def capabilities @capabilities end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def change_set_name @change_set_name end |
#change_set_type ⇒ "CREATE", ...
Returns the value of attribute change_set_type.
177 178 179 |
# File 'sig/types.rbs', line 177 def change_set_type @change_set_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
175 176 177 |
# File 'sig/types.rbs', line 175 def client_token @client_token end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
183 184 185 |
# File 'sig/types.rbs', line 183 def deployment_config @deployment_config end |
#deployment_mode ⇒ "REVERT_DRIFT"
Returns the value of attribute deployment_mode.
182 183 184 |
# File 'sig/types.rbs', line 182 def deployment_mode @deployment_mode end |
#description ⇒ ::String
Returns the value of attribute description.
176 177 178 |
# File 'sig/types.rbs', line 176 def description @description end |
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
184 185 186 |
# File 'sig/types.rbs', line 184 def disable_validation @disable_validation end |
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
181 182 183 |
# File 'sig/types.rbs', line 181 def import_existing_resources @import_existing_resources end |
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
179 180 181 |
# File 'sig/types.rbs', line 179 def include_nested_stacks @include_nested_stacks end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
172 173 174 |
# File 'sig/types.rbs', line 172 def notification_arns @notification_arns end |
#on_stack_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_stack_failure.
180 181 182 |
# File 'sig/types.rbs', line 180 def on_stack_failure @on_stack_failure end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
167 168 169 |
# File 'sig/types.rbs', line 167 def parameters @parameters end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
169 170 171 |
# File 'sig/types.rbs', line 169 def resource_types @resource_types end |
#resources_to_import ⇒ ::Array[Types::ResourceToImport]
Returns the value of attribute resources_to_import.
178 179 180 |
# File 'sig/types.rbs', line 178 def resources_to_import @resources_to_import end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
170 171 172 |
# File 'sig/types.rbs', line 170 def role_arn @role_arn end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
171 172 173 |
# File 'sig/types.rbs', line 171 def rollback_configuration @rollback_configuration end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
163 164 165 |
# File 'sig/types.rbs', line 163 def stack_name @stack_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
173 174 175 |
# File 'sig/types.rbs', line 173 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
164 165 166 |
# File 'sig/types.rbs', line 164 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
165 166 167 |
# File 'sig/types.rbs', line 165 def template_url @template_url end |
#use_previous_template ⇒ Boolean
Returns the value of attribute use_previous_template.
166 167 168 |
# File 'sig/types.rbs', line 166 def use_previous_template @use_previous_template end |