Class: Aws::AppSync::Types::ListResolversResponse

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

#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)


3396
3397
3398
3399
3400
3401
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3396

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

#resolversArray<Types::Resolver>

The Resolver objects.

Returns:



3396
3397
3398
3399
3400
3401
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3396

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