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
-
#stack_id ⇒ String
Unique identifier of the stack.
Instance Attribute Details
#stack_id ⇒ String
Unique identifier of the stack.
1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1540 class CreateStackOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |