class
Amazonite::CloudWatchLogs::PutDeliveryDestinationResponse
- Amazonite::CloudWatchLogs::PutDeliveryDestinationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_delivery_destination_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(delivery_destination : DeliveryDestination | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delivery_destination : DeliveryDestination | Nil
A structure containing information about the delivery destination that you just created or updated.
-
#delivery_destination=(delivery_destination : DeliveryDestination | Nil)
A structure containing information about the delivery destination that you just created or updated.
-
#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 : DeliveryDestination | Nil
#
A structure containing information about the delivery destination that you just created or updated.
def delivery_destination=(delivery_destination : DeliveryDestination | Nil)
#
A structure containing information about the delivery destination that you just created or updated.