Class: Aws::AppSync::Types::ListApiKeysRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
# File 'lib/aws-sdk-appsync/types.rb', line 3112

class ListApiKeysRequest < Struct.new(
  :api_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that you want the request to return.

Returns:

  • (Integer)


3112
3113
3114
3115
3116
3117
3118
# File 'lib/aws-sdk-appsync/types.rb', line 3112

class ListApiKeysRequest < Struct.new(
  :api_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
# File 'lib/aws-sdk-appsync/types.rb', line 3112

class ListApiKeysRequest < Struct.new(
  :api_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end