Class: Aws::CloudFormation::Types::RollbackStackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RollbackStackOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
Unique identifier of the stack.
Instance Attribute Details
#stack_id ⇒ String
Unique identifier of the stack.
7160 7161 7162 7163 7164 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7160 class RollbackStackOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |