Class: Aws::Comprehend::Types::ListFlywheelIterationHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListFlywheelIterationHistoryRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::FlywheelIterationFilter
Filter the flywheel iteration history based on creation time.
-
#flywheel_arn ⇒ String
The ARN of the flywheel.
-
#max_results ⇒ Integer
Maximum number of iteration history results to return.
-
#next_token ⇒ String
Next token.
Instance Attribute Details
#filter ⇒ Types::FlywheelIterationFilter
Filter the flywheel iteration history based on creation time.
5783 5784 5785 5786 5787 5788 5789 5790 |
# File 'gems/aws-sdk-comprehend/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_arn ⇒ String
The ARN of the flywheel.
5783 5784 5785 5786 5787 5788 5789 5790 |
# File 'gems/aws-sdk-comprehend/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_results ⇒ Integer
Maximum number of iteration history results to return
5783 5784 5785 5786 5787 5788 5789 5790 |
# File 'gems/aws-sdk-comprehend/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_token ⇒ String
Next token
5783 5784 5785 5786 5787 5788 5789 5790 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5783 class ListFlywheelIterationHistoryRequest < Struct.new( :flywheel_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |