Class: Aws::OpsWorks::Types::DescribeLayersResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Contains the response to a DescribeLayers request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layersArray<Types::Layer>

An array of Layer objects that describe the layers.

Returns:



2595
2596
2597
2598
2599
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2595

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