Values_6.DescribeInstanceAttributeRequestSourceDescribes the specified attribute of the specified instance. You can specify only one attribute at a time. Available attributes include SQL license exemption configuration for instances registered with the SQL LE service.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)instanceId : Values_0.InstanceId.t;The ID of the instance.
*)attribute : Values_3.InstanceAttributeName.t;The instance attribute. Note that the enaSupport attribute is not supported.
*)}val make :
?dryRun:??? ->
instanceId:Values_0.InstanceId.t ->
attribute:Values_3.InstanceAttributeName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.InstanceId.t ])
list ]