Class: Aws::CloudFormation::Types::CreateStackInstancesOutput

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 this stack set operation.

Returns:

  • (String)


1548
1549
1550
1551
1552
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1548

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