class
Amazonite::CloudWatchLogs::StartLiveTailResponseStream
- Amazonite::CloudWatchLogs::StartLiveTailResponseStream
- Reference
- Object
Overview
This object includes the stream returned by your StartLiveTail request.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/start_live_tail_response_stream.crConstructors
- .new(pull : JSON::PullParser)
- .new(session_start : LiveTailSessionStart | Nil = nil, session_update : LiveTailSessionUpdate | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#session_start : LiveTailSessionStart | Nil
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
-
#session_start=(session_start : LiveTailSessionStart | Nil)
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
-
#session_update : LiveTailSessionUpdate | Nil
This object contains the log events and session metadata.
-
#session_update=(session_update : LiveTailSessionUpdate | Nil)
This object contains the log events and session metadata.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
This object contains the log events and session metadata.
This object contains the log events and session metadata.