Class: Aws::CloudWatchLogs::Types::GetLogObjectResponseStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::CloudWatchLogs::Types::GetLogObjectResponseStream
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.
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
8386 8387 8388 8389 8390 8391 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8386 def event_types [ :fields, :internal_streaming_exception ] end |