Class: Aws::CloudWatchLogs::Types::StartLiveTailResponseStream

Inherits:
Enumerator
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This object includes the stream returned by your [StartLiveTail] request.

[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartLiveTail.html

EventStream is an Enumerator of Events.

#event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



7993
7994
7995
7996
7997
7998
7999
8000
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7993

def event_types
  [
    :session_start,
    :session_update,
    :session_timeout_exception,
    :session_streaming_exception
  ]
end