class
Amazonite::Lambda::DeleteResourcePolicyRequest
- Amazonite::Lambda::DeleteResourcePolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/delete_resource_policy_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String, revision_id : String | Nil = nil)
- .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 delete the policy from.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the Lambda resource you want to delete the policy from.
-
#revision_id : String | Nil
The revision ID that the existing policy must match for the deletion to proceed.
-
#revision_id=(revision_id : String | Nil)
The revision ID that the existing policy must match for the deletion to proceed.
- #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 delete the policy from. 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 delete the policy from. 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 revision ID that the existing policy must match for the deletion to proceed. If the revision
ID doesn't match, the operation fails with a PreconditionFailedException error. To retrieve
the current revision ID, use the GetResourcePolicy operation.
The revision ID that the existing policy must match for the deletion to proceed. If the revision
ID doesn't match, the operation fails with a PreconditionFailedException error. To retrieve
the current revision ID, use the GetResourcePolicy operation.