Class: Aws::Comprehend::Types::ListFlywheelIterationHistoryRequest

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::FlywheelIterationFilter

Filter the flywheel iteration history based on creation time.



5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-comprehend/types.rb', line 5783

class ListFlywheelIterationHistoryRequest < Struct.new(
  :flywheel_arn,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#flywheel_arnString

The ARN of the flywheel.

Returns:

  • (String)


5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-comprehend/types.rb', line 5783

class ListFlywheelIterationHistoryRequest < Struct.new(
  :flywheel_arn,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of iteration history results to return

Returns:

  • (Integer)


5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-comprehend/types.rb', line 5783

class ListFlywheelIterationHistoryRequest < Struct.new(
  :flywheel_arn,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token

Returns:

  • (String)


5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-comprehend/types.rb', line 5783

class ListFlywheelIterationHistoryRequest < Struct.new(
  :flywheel_arn,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end