You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::ListResolversByFunctionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListResolversByFunctionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)

    The API ID.

#function_idString

The Function ID.

Returns:

  • (String)

    The Function ID.

#max_resultsInteger

The maximum number of results you want the request to return.

Returns:

  • (Integer)

    The maximum number of results you want the request to return.

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

    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.