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.
3130 3131 3132 3133 3134 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3130 class DescribeLayersResult < Struct.new( :layers) SENSITIVE = [] include Aws::Structure end |