class
Amazonite::CloudWatchLogs::GetLogEventsResponse
- Amazonite::CloudWatchLogs::GetLogEventsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_events_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(events : Array(OutputLogEvent) | Nil = nil, next_forward_token : String | Nil = nil, next_backward_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(OutputLogEvent) | Nil
The events.
-
#events=(events : Array(OutputLogEvent) | Nil)
The events.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_backward_token : String | Nil
The token for the next set of items in the backward direction.
-
#next_backward_token=(next_backward_token : String | Nil)
The token for the next set of items in the backward direction.
-
#next_forward_token : String | Nil
The token for the next set of items in the forward direction.
-
#next_forward_token=(next_forward_token : String | Nil)
The token for the next set of items in the forward direction.
- #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 backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.
The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.
The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.
The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.