Class: Aws::Personalize::Types::ListDatasetGroupsResponse

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

#dataset_groupsArray<Types::DatasetGroupSummary>

The list of your dataset groups.

Returns:



3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3836

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

#next_tokenString

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

Returns:

  • (String)


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3836

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