Class: Aws::CloudFormation::Types::CreateStackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateStackOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The output for a CreateStack action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
A unique identifier for this stack 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 stack operation that can be used to track the operation’s progress and events.
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1656 class CreateStackOutput < Struct.new( :stack_id, :operation_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
Unique identifier of the stack.
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1656 class CreateStackOutput < Struct.new( :stack_id, :operation_id) SENSITIVE = [] include Aws::Structure end |