Class: Aws::AppSync::Types::ListResolversByFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListResolversByFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#function_id ⇒ String
The function 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 API ID.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-appsync/types.rb', line 4010 class ListResolversByFunctionRequest < Struct.new( :api_id, :function_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#function_id ⇒ String
The function ID.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-appsync/types.rb', line 4010 class ListResolversByFunctionRequest < Struct.new( :api_id, :function_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.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-appsync/types.rb', line 4010 class ListResolversByFunctionRequest < Struct.new( :api_id, :function_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.
4010 4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-appsync/types.rb', line 4010 class ListResolversByFunctionRequest < Struct.new( :api_id, :function_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |