Class: Aws::CloudWatchLogs::Types::DescribeMetricFiltersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_name_prefixString

The prefix to match. CloudWatch Logs uses the value that you set here only if you also include the ‘logGroupName` parameter in your request.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of the log group.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

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.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#metric_namespaceString

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.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1603

class DescribeMetricFiltersRequest < Struct.new(
  :log_group_name,
  :filter_name_prefix,
  :next_token,
  :limit,
  :metric_name,
  :metric_namespace)
  SENSITIVE = []
  include Aws::Structure
end