Class: Aws::ForecastService::Types::ListDatasetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListDatasetGroupsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_groups ⇒ Array<Types::DatasetGroupSummary>
An array of objects that summarize each dataset group's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#dataset_groups ⇒ Array<Types::DatasetGroupSummary>
An array of objects that summarize each dataset group's properties.
4733 4734 4735 4736 4737 4738 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4733 class ListDatasetGroupsResponse < Struct.new( :dataset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
4733 4734 4735 4736 4737 4738 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4733 class ListDatasetGroupsResponse < Struct.new( :dataset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |