Class: Aws::CloudWatchLogs::Types::TestMetricFilterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_patternString

A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.

Returns:

  • (String)


4856
4857
4858
4859
4860
4861
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4856

class TestMetricFilterRequest < Struct.new(
  :filter_pattern,
  :log_event_messages)
  SENSITIVE = []
  include Aws::Structure
end

#log_event_messagesArray<String>

The log event messages to test.

Returns:

  • (Array<String>)


4856
4857
4858
4859
4860
4861
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4856

class TestMetricFilterRequest < Struct.new(
  :filter_pattern,
  :log_event_messages)
  SENSITIVE = []
  include Aws::Structure
end