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 StackSet operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for the StackSet operation.
5101 5102 5103 5104 5105 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5101 class ImportStacksToStackSetOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |