Class: Aws::CloudFormation::Types::DescribeStackSetOutput

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_setTypes::StackSet

The specified stack set.

Returns:



3340
3341
3342
3343
3344
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3340

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