class
Amazonite::Lambda::GetPolicyResponse
- Amazonite::Lambda::GetPolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_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.
-
#policy=(policy : String | Nil)
The resource-based policy.
-
#revision_id : String | Nil
A unique identifier for the current revision of the policy.
-
#revision_id=(revision_id : String | Nil)
A unique identifier for the current revision of the policy.
- #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=(revision_id : String | Nil)
#
A unique identifier for the current revision of the policy.