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

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

#next_tokenString

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

Returns:

  • (String)


3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3965

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

#schemasArray<Types::DatasetSchemaSummary>

A list of schemas.

Returns:



3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3965

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