Class: Aws::Types::UpdateStackInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


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.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def client_request_token
  @client_request_token
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



2156
2157
2158
# File 'sig/types.rbs', line 2156

def deployment_config
  @deployment_config
end

#disable_rollbackBoolean

Returns the value of attribute disable_rollback.

Returns:

  • (Boolean)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def disable_rollback
  @disable_rollback
end

#disable_validationBoolean

Returns the value of attribute disable_validation.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:



2144
2145
2146
# File 'sig/types.rbs', line 2144

def parameters
  @parameters
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


2146
2147
2148
# File 'sig/types.rbs', line 2146

def resource_types
  @resource_types
end

#retain_except_on_createBoolean

Returns the value of attribute retain_except_on_create.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def role_arn
  @role_arn
end

#rollback_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2152
2153
2154
# File 'sig/types.rbs', line 2152

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def template_url
  @template_url
end

#use_previous_templateBoolean

Returns the value of attribute use_previous_template.

Returns:

  • (Boolean)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def use_previous_template
  @use_previous_template
end