Class: Aws::LookoutMetrics::Types::ListMetricSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListMetricSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_set_summary_list ⇒ Array<Types::MetricSetSummary>
A list of the datasets in the AWS Region, with configuration details for each.
-
#next_token ⇒ String
If the response is truncated, the list call returns this token.
Instance Attribute Details
#metric_set_summary_list ⇒ Array<Types::MetricSetSummary>
A list of the datasets in the AWS Region, with configuration details for each.
2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2065 class ListMetricSetsResponse < Struct.new( :metric_set_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2065 class ListMetricSetsResponse < Struct.new( :metric_set_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |