class Aws::AppSync::Types::ListApiKeysRequest
@note When making an API call, you may pass ListApiKeysRequest
data as a hash: { api_id: "String", # required next_token: "PaginationToken", max_results: 1, }
@!attribute [rw] api_id
The API ID. @return [String]
@!attribute [rw] next_token
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. @return [String]
@!attribute [rw] max_results
The maximum number of results you want the request to return. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ListApiKeysRequest AWS API Documentation
Constants
- SENSITIVE