Class: Aws::AppSync::Types::ListResolversByFunctionResponse

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 that you can use to return the next set of items in the list.

Returns:

  • (String)


3349
3350
3351
3352
3353
3354
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3349

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

#resolversArray<Types::Resolver>

The list of resolvers.

Returns:



3349
3350
3351
3352
3353
3354
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3349

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