StartLiveTailResponseStream
This object includes the stream returned by your StartLiveTail request.
Inheritors
Types
Functions
Casts this StartLiveTailResponseStream as a SessionStart and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionStart value. Throws an exception if the StartLiveTailResponseStream is not a SessionStart.
Casts this StartLiveTailResponseStream as a SessionStart and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionStart value. Returns null if the StartLiveTailResponseStream is not a SessionStart.
Casts this StartLiveTailResponseStream as a SessionUpdate and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionUpdate value. Throws an exception if the StartLiveTailResponseStream is not a SessionUpdate.
Casts this StartLiveTailResponseStream as a SessionUpdate and retrieves its aws.sdk.kotlin.services.cloudwatchlogs.model.LiveTailSessionUpdate value. Returns null if the StartLiveTailResponseStream is not a SessionUpdate.