Class: Aws::LookoutMetrics::Types::ListMetricSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListMetricSetsResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/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.
2251 2252 2253 2254 2255 2256 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2251 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.
2251 2252 2253 2254 2255 2256 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2251 class ListMetricSetsResponse < Struct.new( :metric_set_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |