class
Amazonite::CloudWatchLogs::PutDeliveryDestinationPolicyRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_delivery_destination_policy_request.crConstructors
- .new(delivery_destination_name : String, delivery_destination_policy : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delivery_destination_name : String
The name of the delivery destination to assign this policy to.
-
#delivery_destination_name=(delivery_destination_name : String)
The name of the delivery destination to assign this policy to.
-
#delivery_destination_policy : String
The contents of the policy.
-
#delivery_destination_policy=(delivery_destination_policy : String)
The contents of the policy.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(delivery_destination_name : String, delivery_destination_policy : String)
#
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 to assign this policy to.
def delivery_destination_name=(delivery_destination_name : String)
#
The name of the delivery destination to assign this policy to.
def delivery_destination_policy=(delivery_destination_policy : String)
#
The contents of the policy.