Values.DescribeFlywheelRequestSourceProvides configuration information about the flywheel. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;The Amazon Resource Number (ARN) of the flywheel.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComprehendFlywheelArn.t ]) list ]