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 stack set operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this stack set operation.
1526 1527 1528 1529 1530 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1526 class CreateStackInstancesOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |