class
Amazonite::CloudWatchLogs::FilterLogEventsResponse
- Amazonite::CloudWatchLogs::FilterLogEventsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/filter_log_events_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(events : Array(FilteredLogEvent) | Nil = nil, searched_log_streams : Array(SearchedLogStream) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#events : Array(FilteredLogEvent) | Nil
The matched events.
-
#events=(events : Array(FilteredLogEvent) | Nil)
The matched events.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items in the sorting direction specified by the
startFromHeadparameter in the first request. -
#next_token=(next_token : String | Nil)
The token for the next set of items in the sorting direction specified by the
startFromHeadparameter in the first request. -
#searched_log_streams : Array(SearchedLogStream) | Nil
Important As of May 15, 2020, this parameter is no longer supported.
-
#searched_log_streams=(searched_log_streams : Array(SearchedLogStream) | Nil)
Important As of May 15, 2020, this parameter is no longer supported.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The token for the next set of items in the sorting direction specified by the startFromHead
parameter in the first request. The token expires after 24 hours.
If the results don't include a nextToken, then pagination is finished.
The token for the next set of items in the sorting direction specified by the startFromHead
parameter in the first request. The token expires after 24 hours.
If the results don't include a nextToken, then pagination is finished.
Important As of May 15, 2020, this parameter is no longer supported. This parameter returns an empty list.
Indicates which log streams have been searched and whether each has been searched completely.
Important As of May 15, 2020, this parameter is no longer supported. This parameter returns an empty list.
Indicates which log streams have been searched and whether each has been searched completely.