Class: Aws::CloudWatchLogs::Types::MetricFilterMatchRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::MetricFilterMatchRecord
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents a matched event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_message ⇒ String
The raw event data.
-
#event_number ⇒ Integer
The event number.
-
#extracted_values ⇒ Hash<String,String>
The values extracted from the event data by the filter.
Instance Attribute Details
#event_message ⇒ String
The raw event data.
4467 4468 4469 4470 4471 4472 4473 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4467 class MetricFilterMatchRecord < Struct.new( :event_number, :event_message, :extracted_values) SENSITIVE = [] include Aws::Structure end |
#event_number ⇒ Integer
The event number.
4467 4468 4469 4470 4471 4472 4473 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4467 class MetricFilterMatchRecord < Struct.new( :event_number, :event_message, :extracted_values) SENSITIVE = [] include Aws::Structure end |
#extracted_values ⇒ Hash<String,String>
The values extracted from the event data by the filter.
4467 4468 4469 4470 4471 4472 4473 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4467 class MetricFilterMatchRecord < Struct.new( :event_number, :event_message, :extracted_values) SENSITIVE = [] include Aws::Structure end |