Method: Aws::OpsWorks::Types::DescribeLayersResult#layers

Defined in:
lib/aws-sdk-opsworks/types.rb

#layersArray<Types::Layer>

An array of ‘Layer` objects that describe the layers.

Returns:

[View source]

2602
2603
2604
2605
2606
# File 'lib/aws-sdk-opsworks/types.rb', line 2602

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