Class: Aws::CloudWatchLogs::Types::MetricFilterMatchRecord

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Represents a matched event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_messageString

The raw event data.

Returns:

  • (String)


3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3306

class MetricFilterMatchRecord < Struct.new(
  :event_number,
  :event_message,
  :extracted_values)
  SENSITIVE = []
  include Aws::Structure
end

#event_numberInteger

The event number.

Returns:

  • (Integer)


3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3306

class MetricFilterMatchRecord < Struct.new(
  :event_number,
  :event_message,
  :extracted_values)
  SENSITIVE = []
  include Aws::Structure
end

#extracted_valuesHash<String,String>

The values extracted from the event data by the filter.

Returns:

  • (Hash<String,String>)


3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3306

class MetricFilterMatchRecord < Struct.new(
  :event_number,
  :event_message,
  :extracted_values)
  SENSITIVE = []
  include Aws::Structure
end