Module Values.GetJobRequestSource

Retrieves the specified Amazon Braket hybrid job.

Sourcetype nonrec t = {
  1. jobArn : JobArn.t;
    (*

    The ARN of the hybrid job to retrieve.

    *)
  2. additionalAttributeNames : HybridJobAdditionalAttributeNamesList.t option;
    (*

    A list of attributes to return additional information for. Only the QueueInfo additional attribute name is currently supported.

    *)
}
Sourceval context_ : string
Sourceval make : ?additionalAttributeNames:??? -> jobArn:JobArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of JobArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t