Class: Aws::CloudFormation::Types::ImportStacksToStackSetOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The unique identifier for the stack set operation.

Returns:

  • (String)


4569
4570
4571
4572
4573
# File 'lib/aws-sdk-cloudformation/types.rb', line 4569

class ImportStacksToStackSetOutput < Struct.new(
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end