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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3052
3053
3054
3055
3056
# File 'lib/aws-sdk-cloudformation/types.rb', line 3052

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