Class: Aws::CleanRoomsML::Types::ListTrainingDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListTrainingDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4069 class ListTrainingDatasetsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4069 class ListTrainingDatasetsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |