Class: Aws::CloudWatchLogs::Types::TestMetricFilterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matchesArray<Types::MetricFilterMatchRecord>

The matched events.

Returns:



7619
7620
7621
7622
7623
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7619

class TestMetricFilterResponse < Struct.new(
  :matches)
  SENSITIVE = []
  include Aws::Structure
end