class
Amazonite::Lambda::GetResourcePolicyRequest
- Amazonite::Lambda::GetResourcePolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_resource_policy_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The Amazon Resource Name (ARN) of the Lambda resource you want to retrieve the policy for.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the Lambda resource you want to retrieve the policy for.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the Lambda resource you want to retrieve the policy for. You can use a qualified or an unqualified ARN. The value must be a complete ARN, and the operation does not accept wildcard characters.
The Amazon Resource Name (ARN) of the Lambda resource you want to retrieve the policy for. You can use a qualified or an unqualified ARN. The value must be a complete ARN, and the operation does not accept wildcard characters.