Class: Aws::AppSync::Types::ListGraphqlApisResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graphql_apisArray<Types::GraphqlApi>

The ‘GraphqlApi` objects.

Returns:



3302
3303
3304
3305
3306
3307
# File 'lib/aws-sdk-appsync/types.rb', line 3302

class ListGraphqlApisResponse < Struct.new(
  :graphql_apis,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier to pass in the next request to this operation to return the next set of items in the list.

Returns:

  • (String)


3302
3303
3304
3305
3306
3307
# File 'lib/aws-sdk-appsync/types.rb', line 3302

class ListGraphqlApisResponse < Struct.new(
  :graphql_apis,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end