Class: Aws::CloudFormation::Types::DescribeStackInstanceOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stack_instanceTypes::StackInstance

The stack instance that matches the specified request parameters.



1595
1596
1597
1598
# File 'lib/aws-sdk-cloudformation/types.rb', line 1595

class DescribeStackInstanceOutput < Struct.new(
  :stack_instance)
  include Aws::Structure
end