Module: Aws::AppSync::Client::_ListGraphqlApisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListGraphqlApisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#graphql_apis ⇒ ::Array[Types::GraphqlApi]
775 |
# File 'sig/client.rbs', line 775
def graphql_apis: () -> ::Array[Types::GraphqlApi]
|
#next_token ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def next_token: () -> ::String
|