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.



3063
3064
3065
3066
3067
# File 'lib/aws-sdk-cloudformation/types.rb', line 3063

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