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.
4515 4516 4517 4518 4519 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4515 class ImportStacksToStackSetOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |