Class: Aws::ForecastService::Types::ListDatasetGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_groupsArray<Types::DatasetGroupSummary>

An array of objects that summarize each dataset group's properties.

Returns:



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_tokenString

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

Returns:

  • (String)


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