Values.DescribeFlywheelIterationRequestSourceRetrieve the configuration properties of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;flywheelIterationId : FlywheelIterationId.t;}val make :
flywheelArn:ComprehendFlywheelArn.t ->
flywheelIterationId:FlywheelIterationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of ComprehendFlywheelArn.t ]) list ]