Class: Aws::AppSync::Types::ListResolversByFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListResolversByFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier that you can use to return the next set of items in the list.
-
#resolvers ⇒ Array<Types::Resolver>
The list of resolvers.
Instance Attribute Details
#next_token ⇒ String
An identifier that you can use to return the next set of items in the list.
3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-appsync/types.rb', line 3888 class ListResolversByFunctionResponse < Struct.new( :resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |
#resolvers ⇒ Array<Types::Resolver>
The list of resolvers.
3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-appsync/types.rb', line 3888 class ListResolversByFunctionResponse < Struct.new( :resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |