Class: Aws::OpsWorks::Types::DescribeStackSummaryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeStackSummaryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘DescribeStackSummary` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_summary ⇒ Types::StackSummary
A ‘StackSummary` object that contains the results.
Instance Attribute Details
#stack_summary ⇒ Types::StackSummary
A ‘StackSummary` object that contains the results.
2881 2882 2883 2884 2885 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2881 class DescribeStackSummaryResult < Struct.new( :stack_summary) SENSITIVE = [] include Aws::Structure end |