class Aws::Lambda::Types::ListVersionsByFunctionRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListVersionsByFunctionRequest AWS API Documentation
@return [Integer]
response, even if you set the number higher.
‘ListVersionsByFunction` returns a maximum of 50 items in each
The maximum number of versions to return. Note that
@!attribute [rw] max_items
@return [String]
to retrieve the next page of results.
Specify the pagination token that’s returned by a previous request
@!attribute [rw] marker
@return [String]
only the function name, it is limited to 64 characters in length.
The length constraint applies only to the full ARN. If you specify
* **Partial ARN** - ‘123456789012:function:MyFunction`.
`arn:aws:lambda:us-west-2:123456789012:function:MyFunction`.
* **Function ARN** -
* **Function name** - `MyFunction`.
**Name formats**
The name or ARN of the Lambda function.
@!attribute [rw] function_name