class
Amazonite::Lambda::ListAliasesRequest
- Amazonite::Lambda::ListAliasesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_aliases_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_name : String, function_version : String | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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.
-
#function_version : String | Nil
Specify a function version to only list aliases that invoke that version.
-
#function_version=(function_version : String | Nil)
Specify a function version to only list aliases that invoke that version.
-
#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
Limit the number of aliases returned.
-
#max_items=(max_items : Int32 | Nil)
Limit the number of aliases returned.
- #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 a function version to only list aliases that invoke that version.
Specify a function version to only list aliases that invoke that version.
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.