Values.BatchGetAttributeOutputSourceThe results of the BatchGetAttribute action.
type nonrec t = {attributeIdentifier : AttributeIdentifier.t option;The attribute ID.
*)forms : FormOutputList.t option;The metadata forms that are part of the results of the BatchGetAttribute action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of FormName.t ]) list ]
list
| `String of AttributeIdentifier.t ])
list ]