Class: Aws::Lambda::Types::ListLayerVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListLayerVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_versions ⇒ Array<Types::LayerVersionsListItem>
A list of versions.
-
#next_marker ⇒ String
A pagination token returned when the response doesn’t contain all versions.
Instance Attribute Details
#layer_versions ⇒ Array<Types::LayerVersionsListItem>
A list of versions.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-lambda/types.rb', line 4634 class ListLayerVersionsResponse < Struct.new( :next_marker, :layer_versions) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A pagination token returned when the response doesn’t contain all versions.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-lambda/types.rb', line 4634 class ListLayerVersionsResponse < Struct.new( :next_marker, :layer_versions) SENSITIVE = [] include Aws::Structure end |