Class: Aws::Personalize::Types::ListDatasetGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of dataset groups to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListDatasetGroups` for getting the next set of dataset groups (if they exist).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of dataset groups to return.
4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-personalize/types.rb', line 4090 class ListDatasetGroupsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListDatasetGroups` for getting the next set of dataset groups (if they exist).
4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-personalize/types.rb', line 4090 class ListDatasetGroupsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |