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

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_instanceTypes::StackInstance

The stack instance that matches the specified request parameters.



2579
2580
2581
2582
2583
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2579

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