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.
2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2884 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
.
2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2884 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.
2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2884 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.
2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2884 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
.
2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2884 class FilteredLogEvent < Struct.new( :log_stream_name, :timestamp, :message, :ingestion_time, :event_id) SENSITIVE = [] include Aws::Structure end |