Class: Aws::CloudFormation::Types::UpdateStackInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateStackInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique identifier for this stack set operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this stack set operation.
11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11120 class UpdateStackInstancesOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |