Class: Aws::Comprehend::Types::ListFlywheelIterationHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListFlywheelIterationHistoryResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_iteration_properties_list ⇒ Array<Types::FlywheelIterationProperties>
List of flywheel iteration properties.
-
#next_token ⇒ String
Next token.
Instance Attribute Details
#flywheel_iteration_properties_list ⇒ Array<Types::FlywheelIterationProperties>
List of flywheel iteration properties
5751 5752 5753 5754 5755 5756 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5751 class ListFlywheelIterationHistoryResponse < Struct.new( :flywheel_iteration_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token
5751 5752 5753 5754 5755 5756 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5751 class ListFlywheelIterationHistoryResponse < Struct.new( :flywheel_iteration_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |