Class: Aws::CloudWatchLogs::Types::TestMetricFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestMetricFilterResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#matches ⇒ Array<Types::MetricFilterMatchRecord>
The matched events.
Instance Attribute Details
#matches ⇒ Array<Types::MetricFilterMatchRecord>
The matched events.
7596 7597 7598 7599 7600 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7596 class TestMetricFilterResponse < Struct.new( :matches) SENSITIVE = [] include Aws::Structure end |