Class: Aws::CloudFormation::Types::DescribeStackInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeStackInstanceOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
3073 3074 3075 3076 3077 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3073 class DescribeStackInstanceOutput < Struct.new( :stack_instance) SENSITIVE = [] include Aws::Structure end |