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)


1551
1552
1553
1554
1555
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1551

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