Class: Aws::AppSync::Types::ListApiKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListApiKeysResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_keys ⇒ Array<Types::ApiKey>
The
ApiKeyobjects. -
#next_token ⇒ String
An identifier to pass 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.
3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3731 class ListApiKeysResponse < Struct.new( :api_keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3731 class ListApiKeysResponse < Struct.new( :api_keys, :next_token) SENSITIVE = [] include Aws::Structure end |