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 StackSet operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this StackSet operation.
11701 11702 11703 11704 11705 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 11701 class UpdateStackInstancesOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |