Class: Aws::AppSync::Types::ListApiKeysResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keysArray<Types::ApiKey>

The ApiKey objects.

Returns:



3131
3132
3133
3134
3135
3136
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3131

class ListApiKeysResponse < Struct.new(
  :api_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier to pass in the next request to this operation to return the next set of items in the list.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3131

class ListApiKeysResponse < Struct.new(
  :api_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end