Class: Aws::AppSync::Types::ListResolversRequest

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_idString

The API ID.

Returns:

  • (String)


3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3376

class ListResolversRequest < Struct.new(
  :api_id,
  :type_name,
  :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)


3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3376

class ListResolversRequest < Struct.new(
  :api_id,
  :type_name,
  :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)


3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3376

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

#type_nameString

The type name.

Returns:

  • (String)


3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3376

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