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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The unique identifier for this stack set operation.

Returns:

  • (String)


1126
1127
1128
1129
# File 'lib/aws-sdk-cloudformation/types.rb', line 1126

class CreateStackInstancesOutput < Struct.new(
  :operation_id)
  include Aws::Structure
end