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

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

#metric_filtersArray<Types::MetricFilter>

The metric filters.

Returns:



2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2254

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)


2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2254

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