Class: Aws::CloudWatchLogs::Types::FilteredLogEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_idString

The ID of the event.

Returns:

  • (String)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class FilteredLogEvent < Struct.new(
  :log_stream_name,
  :timestamp,
  :message,
  :ingestion_time,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_timeInteger

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class FilteredLogEvent < Struct.new(
  :log_stream_name,
  :timestamp,
  :message,
  :ingestion_time,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_nameString

The name of the log stream to which this event belongs.

Returns:

  • (String)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class FilteredLogEvent < Struct.new(
  :log_stream_name,
  :timestamp,
  :message,
  :ingestion_time,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The data contained in the log event.

Returns:

  • (String)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class FilteredLogEvent < Struct.new(
  :log_stream_name,
  :timestamp,
  :message,
  :ingestion_time,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class FilteredLogEvent < Struct.new(
  :log_stream_name,
  :timestamp,
  :message,
  :ingestion_time,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end