class Aws::AppSync::Types::ListTypesRequest
@note When making an API call, you may pass ListTypesRequest
data as a hash: { api_id: "String", # required format: "SDL", # required, accepts SDL, JSON next_token: "PaginationToken", max_results: 1, }
@!attribute [rw] api_id
The API ID. @return [String]
@!attribute [rw] format
The type format: SDL or JSON. @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/ListTypesRequest AWS API Documentation
Constants
- SENSITIVE