Class: Aws::ForecastService::Types::ListDatasetsResponse

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

#datasetsArray<Types::DatasetSummary>

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

Returns:



4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4834

class ListDatasetsResponse < Struct.new(
  :datasets,
  :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)


4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4834

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