Class: Aws::LookoutMetrics::Types::ListMetricSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_set_summary_listArray<Types::MetricSetSummary>

A list of the datasets in the AWS Region, with configuration details for each.

Returns:



2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2065

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

#next_tokenString

If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2065

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