Class: Aws::Personalize::Types::ListSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSchemasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used to get the next set of schemas (if they exist).
-
#schemas ⇒ Array<Types::DatasetSchemaSummary>
A list of schemas.
Instance Attribute Details
#next_token ⇒ String
A token used to get the next set of schemas (if they exist).
4481 4482 4483 4484 4485 4486 |
# File 'lib/aws-sdk-personalize/types.rb', line 4481 class ListSchemasResponse < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::DatasetSchemaSummary>
A list of schemas.
4481 4482 4483 4484 4485 4486 |
# File 'lib/aws-sdk-personalize/types.rb', line 4481 class ListSchemasResponse < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |