class Aws::Lambda::Types::GetFunctionEventInvokeConfigRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionEventInvokeConfigRequest AWS API Documentation
@return [String]
A version number or alias name.
@!attribute [rw] qualifier
@return [String]
the function name, it is limited to 64 characters in length.
length constraint applies only to the full ARN. If you specify only
You can append a version number or alias to any of the formats. The
* **Partial ARN** - ‘123456789012:function:my-function`.
`arn:aws:lambda:us-west-2:123456789012:function:my-function`.
* **Function ARN** -
(with alias).
* **Function name** - `my-function` (name-only), `my-function:v1`
**Name formats**
The name or ARN of the Lambda function, version, or alias.
@!attribute [rw] function_name