Class: Aws::Personalize::Types::ListSchemasRequest

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 schemas to return.

Returns:

  • (Integer)


4109
4110
4111
4112
4113
4114
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4109

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

#next_tokenString

A token returned from the previous call to ListSchemas for getting the next set of schemas (if they exist).

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4109

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