Class: Aws::CloudFormation::Types::RollbackStackInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique identifier for this RollbackStack request.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7131

class RollbackStackInput < Struct.new(
  :stack_name,
  :role_arn,
  :client_request_token,
  :retain_except_on_create)
  SENSITIVE = []
  include Aws::Structure
end

#retain_except_on_createBoolean

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

Returns:

  • (Boolean)


7131
7132
7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7131

class RollbackStackInput < Struct.new(
  :stack_name,
  :role_arn,
  :client_request_token,
  :retain_except_on_create)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7131

class RollbackStackInput < Struct.new(
  :stack_name,
  :role_arn,
  :client_request_token,
  :retain_except_on_create)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name that's associated with the stack.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7131

class RollbackStackInput < Struct.new(
  :stack_name,
  :role_arn,
  :client_request_token,
  :retain_except_on_create)
  SENSITIVE = []
  include Aws::Structure
end