Class: Aws::Personalize::Types::ListDatasetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetsArray<Types::DatasetSummary>

An array of Dataset objects. Each object provides metadata information.

Returns:



4191
4192
4193
4194
4195
4196
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4191

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

#next_tokenString

A token for getting the next set of datasets (if they exist).

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4191

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