Values.GetApiKeysRequestSourceA request to get information about the current ApiKeys resource.
type nonrec t = {position : String_.t option;The current pagination position in the paged result set.
*)limit : NullableInteger.t option;The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
*)nameQuery : String_.t option;The name of queried API keys.
*)customerId : String_.t option;The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
*)includeValues : NullableBoolean.t option;A boolean flag to specify whether (true) or not (false) the result contains key values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Integer of NullableInteger.t
| `String of String_.t ])
list ]