Class: Aws::CloudWatchLogs::Types::TestMetricFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestMetricFilterRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
7606 7607 7608 7609 7610 7611 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7606 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.
7606 7607 7608 7609 7610 7611 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7606 class TestMetricFilterRequest < Struct.new( :filter_pattern, :log_event_messages) SENSITIVE = [] include Aws::Structure end |