Class: Aws::CloudWatchLogs::Types::StartLiveTailResponseStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::CloudWatchLogs::Types::StartLiveTailResponseStream
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This object includes the stream returned by your StartLiveTail request.
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_types ⇒ Object
8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8409 def event_types [ :session_start, :session_update, :session_timeout_exception, :session_streaming_exception ] end |