Class: Aws::CloudFormation::Types::UpdateStackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateStackOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The output for an UpdateStack 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.
11134 11135 11136 11137 11138 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11134 class UpdateStackOutput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |