Class: Aws::CloudWatchLogs::Types::TestMetricFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestMetricFilterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_pattern ⇒ String
A symbolic description of how CloudWatch Logs should interpret the data in each log event.
-
#log_event_messages ⇒ Array<String>
The log event messages to test.
Instance Attribute Details
#filter_pattern ⇒ String
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.
7583 7584 7585 7586 7587 7588 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7583 class TestMetricFilterRequest < Struct.new( :filter_pattern, :log_event_messages) SENSITIVE = [] include Aws::Structure end |
#log_event_messages ⇒ Array<String>
The log event messages to test.
7583 7584 7585 7586 7587 7588 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7583 class TestMetricFilterRequest < Struct.new( :filter_pattern, :log_event_messages) SENSITIVE = [] include Aws::Structure end |