Class: Aws::Personalize::Types::ListDatasetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_groups ⇒ Array<Types::DatasetGroupSummary>
The list of your dataset groups.
-
#next_token ⇒ String
A token for getting the next set of dataset groups (if they exist).
Instance Attribute Details
#dataset_groups ⇒ Array<Types::DatasetGroupSummary>
The list of your dataset groups.
4107 4108 4109 4110 4111 4112 |
# File 'lib/aws-sdk-personalize/types.rb', line 4107 class ListDatasetGroupsResponse < Struct.new( :dataset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of dataset groups (if they exist).
4107 4108 4109 4110 4111 4112 |
# File 'lib/aws-sdk-personalize/types.rb', line 4107 class ListDatasetGroupsResponse < Struct.new( :dataset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |