Method: Aws::OpsWorks::Types::DescribeLayersResult#layers
- Defined in:
- lib/aws-sdk-opsworks/types.rb
permalink #layers ⇒ Array<Types::Layer>
An array of ‘Layer` objects that describe the layers.
2602 2603 2604 2605 2606 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2602 class DescribeLayersResult < Struct.new( :layers) SENSITIVE = [] include Aws::Structure end |