Class: Aws::CloudFormation::Types::DescribeStackInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeStackInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_instance ⇒ Types::StackInstance
The stack instance that matches the specified request parameters.
Instance Attribute Details
#stack_instance ⇒ Types::StackInstance
The stack instance that matches the specified request parameters.
3021 3022 3023 3024 3025 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3021 class DescribeStackInstanceOutput < Struct.new( :stack_instance) SENSITIVE = [] include Aws::Structure end |