Class: Aws::AppSync::Types::ListResolversRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListResolversRequest
- 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.
-
#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.
-
#type_name ⇒ String
The type name.
Instance Attribute Details
#api_id ⇒ String
The API ID.
4057 4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-appsync/types.rb', line 4057 class ListResolversRequest < Struct.new( :api_id, :type_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
4057 4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-appsync/types.rb', line 4057 class ListResolversRequest < Struct.new( :api_id, :type_name, :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.
4057 4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-appsync/types.rb', line 4057 class ListResolversRequest < Struct.new( :api_id, :type_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type name.
4057 4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-appsync/types.rb', line 4057 class ListResolversRequest < Struct.new( :api_id, :type_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |