class
Amazonite::CloudWatchLogs::DescribeDeliveryDestinationsRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_delivery_destinations_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, limit : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
Optionally specify the maximum number of delivery destinations to return in the response.
-
#limit=(limit : Int32 | Nil)
Optionally specify the maximum number of delivery destinations to return in the response.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #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 limit : Int32 | Nil
#
Optionally specify the maximum number of delivery destinations to return in the response.
def limit=(limit : Int32 | Nil)
#
Optionally specify the maximum number of delivery destinations to return in the response.