Class: Aws::ForecastService::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListDatasetsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::DatasetSummary>
An array of objects that summarize each dataset's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#datasets ⇒ Array<Types::DatasetSummary>
An array of objects that summarize each dataset's properties.
4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4958 class ListDatasetsResponse < Struct.new( :datasets, :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.
4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4958 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |