class Aws::AppSync::Types::ListResolversRequest

@note When making an API call, you may pass ListResolversRequest

data as a hash:

    {
      api_id: "String", # required
      type_name: "String", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] api_id

The API ID.
@return [String]

@!attribute [rw] type_name

The type name.
@return [String]

@!attribute [rw] next_token

An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
@return [String]

@!attribute [rw] max_results

The maximum number of results you want the request to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/ListResolversRequest AWS API Documentation

Constants

SENSITIVE