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
-
#stack_id ⇒ String
Unique identifier of the stack.
Instance Attribute Details
#stack_id ⇒ String
Unique identifier of the stack.
7285 7286 7287 7288 7289 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7285 class RollbackStackOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |