Class: Aws::CloudFormation::Types::ImportStacksToStackSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ImportStacksToStackSetOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique identifier for the stack set operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for the stack set operation.
4692 4693 4694 4695 4696 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4692 class ImportStacksToStackSetOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |