Class: Aws::CloudWatchLogs::Types::DescribeMetricFiltersResponse

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

#metric_filtersArray<Types::MetricFilter>

The metric filters.

Returns:



1625
1626
1627
1628
1629
1630
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1625

class DescribeMetricFiltersResponse < Struct.new(
  :metric_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1625

class DescribeMetricFiltersResponse < Struct.new(
  :metric_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end