Class: Aws::OpsWorks::Types::DescribeLayersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeLayersResult
- 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
-
#layers ⇒ Array<Types::Layer>
An array of
Layer
objects that describe the layers.
Instance Attribute Details
#layers ⇒ Array<Types::Layer>
An array of Layer
objects that describe the layers.
2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2602 class DescribeLayersResult < Struct.new( :layers) SENSITIVE = [] include Aws::Structure end |