Class: Aws::AppSync::Types::ListResolversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListResolversResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
-
#resolvers ⇒ Array<Types::Resolver>
The
Resolverobjects.
Instance Attribute Details
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
4077 4078 4079 4080 4081 4082 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4077 class ListResolversResponse < Struct.new( :resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |
#resolvers ⇒ Array<Types::Resolver>
The Resolver objects.
4077 4078 4079 4080 4081 4082 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4077 class ListResolversResponse < Struct.new( :resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |