class
Amazonite::CloudWatchLogs::PutResourcePolicyResponse
- Amazonite::CloudWatchLogs::PutResourcePolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_resource_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_policy : ResourcePolicy | Nil = nil, revision_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_policy : ResourcePolicy | Nil
The new policy.
-
#resource_policy=(resource_policy : ResourcePolicy | Nil)
The new policy.
-
#revision_id : String | Nil
The revision ID of the created or updated resource policy.
-
#revision_id=(revision_id : String | Nil)
The revision ID of the created or updated resource 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 : String | Nil
#
The revision ID of the created or updated resource policy. Only returned for resource-scoped policies.
def revision_id=(revision_id : String | Nil)
#
The revision ID of the created or updated resource policy. Only returned for resource-scoped policies.