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

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

#next_tokenString

An identifier that you can use to return the next set of items in the list.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
# File 'lib/aws-sdk-appsync/types.rb', line 3888

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

#resolversArray<Types::Resolver>

The list of resolvers.

Returns:



3888
3889
3890
3891
3892
3893
# File 'lib/aws-sdk-appsync/types.rb', line 3888

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