Class: Aws::CloudFormation::Types::UpdateStackSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateStackSetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique ID for this stack set operation.
Instance Attribute Details
#operation_id ⇒ String
The unique ID for this stack set operation.
11498 11499 11500 11501 11502 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11498 class UpdateStackSetOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |