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.
3091 3092 3093 3094 3095 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3091 class TestMetricFilterResponse < Struct.new( :matches) SENSITIVE = [] include Aws::Structure end |