class Aws::CloudWatchLogs::Types::DescribeMetricFiltersRequest

@note When making an API call, you may pass DescribeMetricFiltersRequest

data as a hash:

    {
      log_group_name: "LogGroupName",
      filter_name_prefix: "FilterName",
      next_token: "NextToken",
      limit: 1,
      metric_name: "MetricName",
      metric_namespace: "MetricNamespace",
    }

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!attribute [rw] filter_name_prefix

The prefix to match. CloudWatch Logs uses the value you set here
only if you also include the `logGroupName` parameter in your
request.
@return [String]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of items returned. If you don't specify a value,
the default is up to 50 items.
@return [Integer]

@!attribute [rw] metric_name

Filters results to include only those with the specified metric
name. If you include this parameter in your request, you must also
include the `metricNamespace` parameter.
@return [String]

@!attribute [rw] metric_namespace

Filters results to include only those in the specified namespace. If
you include this parameter in your request, you must also include
the `metricName` parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFiltersRequest AWS API Documentation

Constants

SENSITIVE