Class: Aws::Lambda::Types::ListVersionsByFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListVersionsByFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
-
#versions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda function versions.
Instance Attribute Details
#next_marker ⇒ String
The pagination token that’s included if more results are available.
4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-lambda/types.rb', line 4825 class ListVersionsByFunctionResponse < Struct.new( :next_marker, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda function versions.
4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-lambda/types.rb', line 4825 class ListVersionsByFunctionResponse < Struct.new( :next_marker, :versions) SENSITIVE = [] include Aws::Structure end |