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.



3091
3092
3093
3094
3095
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3091

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