Class: Aws::CloudFormation::Types::DescribeStackSetInput

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

Overview

Note:

When making an API call, you may pass DescribeStackSetInput data as a hash:

{
  stack_set_name: "StackSetName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_nameString

The name or unique ID of the stack set whose description you want.

Returns:

  • (String)


2250
2251
2252
2253
# File 'lib/aws-sdk-cloudformation/types.rb', line 2250

class DescribeStackSetInput < Struct.new(
  :stack_set_name)
  include Aws::Structure
end