Class: Aws::Personalize::Types::ListSchemasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token used to get the next set of schemas (if they exist).

Returns:

  • (String)


3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-personalize/types.rb', line 3330

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

#schemasArray<Types::DatasetSchemaSummary>

A list of schemas.

Returns:



3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-personalize/types.rb', line 3330

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