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.
2798 2799 2800 2801 2802 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2798 class TestMetricFilterResponse < Struct.new( :matches) SENSITIVE = [] include Aws::Structure end |