class
Amazonite::CloudWatchLogs::Policy
- Amazonite::CloudWatchLogs::Policy
- Reference
- Object
Overview
A structure that contains information about one delivery destination policy.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/policy.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delivery_destination_policy : String | Nil
The contents of the delivery destination policy.
-
#delivery_destination_policy=(delivery_destination_policy : String | Nil)
The contents of the delivery destination policy.
-
#hash(hasher)
See
Object#hash(hasher) - #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 delivery_destination_policy=(delivery_destination_policy : String | Nil)
#
The contents of the delivery destination policy.