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
5802 5803 5804 5805 5806 5807 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5802 class ListFlywheelIterationHistoryResponse < Struct.new( :flywheel_iteration_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token
5802 5803 5804 5805 5806 5807 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5802 class ListFlywheelIterationHistoryResponse < Struct.new( :flywheel_iteration_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |