Class: Aws::Comprehend::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::DatasetFilter
Filters the datasets to be returned in the response.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
-
#max_results ⇒ Integer
Maximum number of results to return in a response.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#filter ⇒ Types::DatasetFilter
Filters the datasets to be returned in the response.
5375 5376 5377 5378 5379 5380 5381 5382 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5375 class ListDatasetsRequest < Struct.new( :flywheel_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
5375 5376 5377 5378 5379 5380 5381 5382 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5375 class ListDatasetsRequest < Struct.new( :flywheel_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a response. The default is 100.
5375 5376 5377 5378 5379 5380 5381 5382 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5375 class ListDatasetsRequest < Struct.new( :flywheel_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5375 5376 5377 5378 5379 5380 5381 5382 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5375 class ListDatasetsRequest < Struct.new( :flywheel_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |