Class: Aws::Comprehend::Types::ListDatasetsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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_arnString

The Amazon Resource Number (ARN) of the flywheel.

Returns:

  • (String)


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_resultsInteger

Maximum number of results to return in a response. The default is 100.

Returns:

  • (Integer)


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_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


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