class
Amazonite::Lambda::GetResourcePolicyResponse
- Amazonite::Lambda::GetResourcePolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_resource_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(policy : String | Nil = nil, 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) -
#policy : String | Nil
The resource-based policy attached to the Lambda resource you specified.
-
#policy=(policy : String | Nil)
The resource-based policy attached to the Lambda resource you specified.
-
#revision_id : String | Nil
The revision ID of the policy.
-
#revision_id=(revision_id : String | Nil)
The revision ID of the policy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The resource-based policy attached to the Lambda resource you specified.
The resource-based policy attached to the Lambda resource you specified.
The revision ID of the policy. Pass this value as the RevisionId in a PutResourcePolicy or
DeleteResourcePolicy request. Doing so ensures the operation acts on the expected version of the
policy.
The revision ID of the policy. Pass this value as the RevisionId in a PutResourcePolicy or
DeleteResourcePolicy request. Doing so ensures the operation acts on the expected version of the
policy.