Class: Aws::Personalize::Types::ListDatasetGroupsRequest

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

#max_resultsInteger

The maximum number of dataset groups to return.

Returns:

  • (Integer)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3735

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

#next_tokenString

A token returned from the previous call to ListDatasetGroups for getting the next set of dataset groups (if they exist).

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3735

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