Class: Aws::CloudFormation::Types::RollbackStackInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RollbackStackInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for this
RollbackStack
request. -
#retain_except_on_create ⇒ Boolean
When set to
true
, newly created resources are deleted when the operation rolls back. -
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
-
#stack_name ⇒ String
The name that's associated with the stack.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for this RollbackStack
request.
7270 7271 7272 7273 7274 7275 7276 7277 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7270 class RollbackStackInput < Struct.new( :stack_name, :role_arn, :client_request_token, :retain_except_on_create) SENSITIVE = [] include Aws::Structure end |
#retain_except_on_create ⇒ Boolean
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
7270 7271 7272 7273 7274 7275 7276 7277 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7270 class RollbackStackInput < Struct.new( :stack_name, :role_arn, :client_request_token, :retain_except_on_create) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
7270 7271 7272 7273 7274 7275 7276 7277 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7270 class RollbackStackInput < Struct.new( :stack_name, :role_arn, :client_request_token, :retain_except_on_create) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name that's associated with the stack.
7270 7271 7272 7273 7274 7275 7276 7277 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7270 class RollbackStackInput < Struct.new( :stack_name, :role_arn, :client_request_token, :retain_except_on_create) SENSITIVE = [] include Aws::Structure end |