class
Amazonite::Lambda::ListVersionsByFunctionRequest
- Amazonite::Lambda::ListVersionsByFunctionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_versions_by_function_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_name : String, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_name : String
The name or ARN of the Lambda function.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function.
-
#hash(hasher)
See
Object#hash(hasher) -
#marker : String | Nil
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#marker=(marker : String | Nil)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#max_items : Int32 | Nil
The maximum number of versions to return.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of versions to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name or ARN of the Lambda function.
Name formats
-
Function name -
MyFunction. -
Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction. -
Partial ARN -
123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
The name or ARN of the Lambda function.
Name formats
-
Function name -
MyFunction. -
Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction. -
Partial ARN -
123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
The maximum number of versions to return. Note that ListVersionsByFunction returns a maximum
of 50 items in each response, even if you set the number higher.
The maximum number of versions to return. Note that ListVersionsByFunction returns a maximum
of 50 items in each response, even if you set the number higher.