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

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

#stack_set_idString

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

Returns:

  • (String)


1841
1842
1843
1844
1845
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1841

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