class Aws::Lambda::Types::GetPolicyRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetPolicyRequest AWS API Documentation
@return [String]
Specify a version or alias to get the policy for that resource.
@!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