Class: Aws::OpsWorks::Types::DescribeStacksResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stacksArray<Types::Stack>

An array of Stack objects that describe the stacks.

Returns:



2902
2903
2904
2905
2906
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2902

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