class
Amazonite::Lambda::PutResourcePolicyResponse
- Amazonite::Lambda::PutResourcePolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_resource_policy_response.crConstructors
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 that Lambda adds to the resource.
-
#policy=(policy : String | Nil)
The resource-based policy that Lambda adds to the resource.
-
#revision_id : String | Nil
The revision ID of the policy that Lambda adds to your Lambda resource.
-
#revision_id=(revision_id : String | Nil)
The revision ID of the policy that Lambda adds to your Lambda resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def revision_id : String | Nil
#
The revision ID of the policy that Lambda adds to your Lambda resource.
def revision_id=(revision_id : String | Nil)
#
The revision ID of the policy that Lambda adds to your Lambda resource.