Class: Aws::Types::UpdateStackInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStackInput
- 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.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
-
#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.
-
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
-
#stack_policy_during_update_body ⇒ ::String
Returns the value of attribute stack_policy_during_update_body.
-
#stack_policy_during_update_url ⇒ ::String
Returns the value of attribute stack_policy_during_update_url.
-
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
-
#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.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def capabilities @capabilities end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def client_request_token @client_request_token end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def deployment_config @deployment_config end |
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def disable_rollback @disable_rollback end |
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def disable_validation @disable_validation end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def notification_arns @notification_arns end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def parameters @parameters end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def resource_types @resource_types end |
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def retain_except_on_create @retain_except_on_create end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def role_arn @role_arn end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def rollback_configuration @rollback_configuration end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def stack_name @stack_name end |
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def stack_policy_body @stack_policy_body end |
#stack_policy_during_update_body ⇒ ::String
Returns the value of attribute stack_policy_during_update_body.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def stack_policy_during_update_body @stack_policy_during_update_body end |
#stack_policy_during_update_url ⇒ ::String
Returns the value of attribute stack_policy_during_update_url.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def stack_policy_during_update_url @stack_policy_during_update_url end |
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def stack_policy_url @stack_policy_url end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def template_url @template_url end |
#use_previous_template ⇒ Boolean
Returns the value of attribute use_previous_template.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def use_previous_template @use_previous_template end |