Values.GetQuantumTaskRequestSourceRetrieves the specified quantum task.
type nonrec t = {quantumTaskArn : QuantumTaskArn.t;The ARN of the quantum task to retrieve.
*)additionalAttributeNames : QuantumTaskAdditionalAttributeNamesList.t option;A list of attributes to return additional information for. Only the QueueInfo additional attribute name is currently supported.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of QuantumTaskArn.t ])
list ]