Class: Aws::AppSync::Types::ListGraphqlApisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListGraphqlApisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graphql_apis ⇒ Array<Types::GraphqlApi>
The ‘GraphqlApi` objects.
-
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
Instance Attribute Details
#graphql_apis ⇒ Array<Types::GraphqlApi>
The ‘GraphqlApi` objects.
3841 3842 3843 3844 3845 3846 |
# File 'lib/aws-sdk-appsync/types.rb', line 3841 class ListGraphqlApisResponse < Struct.new( :graphql_apis, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
3841 3842 3843 3844 3845 3846 |
# File 'lib/aws-sdk-appsync/types.rb', line 3841 class ListGraphqlApisResponse < Struct.new( :graphql_apis, :next_token) SENSITIVE = [] include Aws::Structure end |