class
Amazonite::CloudWatchLogs::DeleteDeliveryDestinationPolicyRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_delivery_destination_policy_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delivery_destination_name : String
The name of the delivery destination that you want to delete the policy for.
-
#delivery_destination_name=(delivery_destination_name : String)
The name of the delivery destination that you want to delete the policy for.
-
#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_name : String
#
The name of the delivery destination that you want to delete the policy for.
def delivery_destination_name=(delivery_destination_name : String)
#
The name of the delivery destination that you want to delete the policy for.