Class: Aws::CloudWatchLogs::Types::FilteredLogEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::FilteredLogEvent
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents a matched event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ID of the event.
-
#ingestion_time ⇒ Integer
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#log_stream_name ⇒ String
The name of the log stream to which this event belongs.
-
#message ⇒ String
The data contained in the log event.
-
#timestamp ⇒ Integer
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Instance Attribute Details
#event_id ⇒ String
The ID of the event.
1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1263 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_time ⇒ Integer
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1263 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |
#log_stream_name ⇒ String
The name of the log stream to which this event belongs.
1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1263 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The data contained in the log event.
1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1263 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Integer
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1263 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |