class Aws::APIGateway::Types::GetApiKeysRequest
A request to get information about the current ApiKeys
resource.
@note When making an API call, you may pass GetApiKeysRequest
data as a hash: { position: "String", limit: 1, name_query: "String", customer_id: "String", include_values: false, }
@!attribute [rw] position
The current pagination position in the paged result set. @return [String]
@!attribute [rw] limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. @return [Integer]
@!attribute [rw] name_query
The name of queried API keys. @return [String]
@!attribute [rw] customer_id
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal. @return [String]
@!attribute [rw] include_values
A boolean flag to specify whether (`true`) or not (`false`) the result contains key values. @return [Boolean]
Constants
- SENSITIVE