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)


4126
4127
4128
4129
4130
4131
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4126

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

#schemasArray<Types::DatasetSchemaSummary>

A list of schemas.

Returns:



4126
4127
4128
4129
4130
4131
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4126

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