You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::ListApiKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListApiKeysResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#api_keys ⇒ Array<Types::ApiKey>
The
ApiKey
objects. -
#next_token ⇒ String
An identifier to be passed in the next request to this operation to return the next set of items in the list.
Instance Attribute Details
#api_keys ⇒ Array<Types::ApiKey>
The ApiKey
objects.
#next_token ⇒ String
An identifier to be passed in the next request to this operation to return the next set of items in the list.