Class: Aws::CloudFormation::Types::RollbackStackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RollbackStackOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
A unique identifier for this rollback operation that can be used to track the operation’s progress and events.
-
#stack_id ⇒ String
Unique identifier of the stack.
Instance Attribute Details
#operation_id ⇒ String
A unique identifier for this rollback operation that can be used to track the operation’s progress and events.
8252 8253 8254 8255 8256 8257 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8252 class RollbackStackOutput < Struct.new( :stack_id, :operation_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
Unique identifier of the stack.
8252 8253 8254 8255 8256 8257 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8252 class RollbackStackOutput < Struct.new( :stack_id, :operation_id) SENSITIVE = [] include Aws::Structure end |