class
Amazonite::CloudWatchLogs::DescribeDeliveriesResponse
- Amazonite::CloudWatchLogs::DescribeDeliveriesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_deliveries_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(deliveries : Array(Delivery) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deliveries : Array(Delivery) | Nil
An array of structures.
-
#deliveries=(deliveries : Array(Delivery) | Nil)
An array of structures.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
An array of structures. Each structure contains information about one delivery in the account.
An array of structures. Each structure contains information about one delivery in the account.