Class: Aws::CloudFormation::Types::CreateStackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateStackOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
1544 1545 1546 1547 1548 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1544 class CreateStackOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |