Class: Aws::Personalize::Types::ListSchemasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSchemasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of schemas to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListSchemas` for getting the next set of schemas (if they exist).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of schemas to return.
4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-personalize/types.rb', line 4464 class ListSchemasRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListSchemas` for getting the next set of schemas (if they exist).
4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-personalize/types.rb', line 4464 class ListSchemasRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |