Class: Aws::Personalize::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::DatasetSummary>
An array of ‘Dataset` objects.
-
#next_token ⇒ String
A token for getting the next set of datasets (if they exist).
Instance Attribute Details
#datasets ⇒ Array<Types::DatasetSummary>
An array of ‘Dataset` objects. Each object provides metadata information.
4191 4192 4193 4194 4195 4196 |
# File 'lib/aws-sdk-personalize/types.rb', line 4191 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of datasets (if they exist).
4191 4192 4193 4194 4195 4196 |
# File 'lib/aws-sdk-personalize/types.rb', line 4191 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |