Class: Aws::CloudFormation::Types::CreateStackInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateStackInstancesOutput
- 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.
1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1637 class CreateStackInstancesOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |