Class: Aws::OpsWorks::Types::DescribeStacksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeStacksResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeStacks
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stacks ⇒ Array<Types::Stack>
An array of
Stack
objects that describe the stacks.
Instance Attribute Details
#stacks ⇒ Array<Types::Stack>
An array of Stack
objects that describe the stacks.
2914 2915 2916 2917 2918 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2914 class DescribeStacksResult < Struct.new( :stacks) SENSITIVE = [] include Aws::Structure end |