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:



4895
4896
4897
4898
4899
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4895

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