class
Amazonite::CloudWatchLogs::LiveTailSessionUpdate
- Amazonite::CloudWatchLogs::LiveTailSessionUpdate
- Reference
- Object
Overview
This object contains the log events and metadata for a Live Tail session.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/live_tail_session_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(session_metadata : LiveTailSessionMetadata | Nil = nil, session_results : Array(LiveTailSessionLogEvent) | 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) -
#session_metadata : LiveTailSessionMetadata | Nil
This object contains the session metadata for a Live Tail session.
-
#session_metadata=(session_metadata : LiveTailSessionMetadata | Nil)
This object contains the session metadata for a Live Tail session.
-
#session_results : Array(LiveTailSessionLogEvent) | Nil
An array, where each member of the array includes the information for one log event in the Live Tail session.
-
#session_results=(session_results : Array(LiveTailSessionLogEvent) | Nil)
An array, where each member of the array includes the information for one log event in the Live Tail session.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
This object contains the session metadata for a Live Tail session.
This object contains the session metadata for a Live Tail session.
An array, where each member of the array includes the information for one log event in the Live Tail session.
A sessionResults array can include as many as 500 log events. If the number of log events
matching the request exceeds 500 per second, the log events are sampled down to 500 log events
to be included in each sessionUpdate structure.
An array, where each member of the array includes the information for one log event in the Live Tail session.
A sessionResults array can include as many as 500 log events. If the number of log events
matching the request exceeds 500 per second, the log events are sampled down to 500 log events
to be included in each sessionUpdate structure.