Class: Aws::AppSync::Types::ListFunctionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListFunctionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The GraphQL API ID.
-
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
-
#next_token ⇒ 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.
Instance Attribute Details
#api_id ⇒ String
The GraphQL API ID.
3773 3774 3775 3776 3777 3778 3779 |
# File 'lib/aws-sdk-appsync/types.rb', line 3773 class ListFunctionsRequest < Struct.new( :api_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
3773 3774 3775 3776 3777 3778 3779 |
# File 'lib/aws-sdk-appsync/types.rb', line 3773 class ListFunctionsRequest < Struct.new( :api_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ 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.
3773 3774 3775 3776 3777 3778 3779 |
# File 'lib/aws-sdk-appsync/types.rb', line 3773 class ListFunctionsRequest < Struct.new( :api_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |