Class: Aws::Lambda::Types::ListLayersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListLayersResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layers ⇒ Array<Types::LayersListItem>
A list of function layers.
-
#next_marker ⇒ String
A pagination token returned when the response doesn't contain all layers.
Instance Attribute Details
#layers ⇒ Array<Types::LayersListItem>
A list of function layers.
4610 4611 4612 4613 4614 4615 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4610 class ListLayersResponse < Struct.new( :next_marker, :layers) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A pagination token returned when the response doesn't contain all layers.
4610 4611 4612 4613 4614 4615 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4610 class ListLayersResponse < Struct.new( :next_marker, :layers) SENSITIVE = [] include Aws::Structure end |