Class: Aws::CloudFormation::Types::CreateStackSetOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_idString

The ID of the stack set that you’re creating.

Returns:

  • (String)


1372
1373
1374
1375
# File 'lib/aws-sdk-cloudformation/types.rb', line 1372

class CreateStackSetOutput < Struct.new(
  :stack_set_id)
  include Aws::Structure
end