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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


4560
4561
4562
4563
4564
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4560

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