Class: Aws::AppSync::Types::ListGraphqlApisRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_typeString

The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).

Returns:

  • (String)


3282
3283
3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3282

class ListGraphqlApisRequest < Struct.new(
  :next_token,
  :max_results,
  :api_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that you want the request to return.

Returns:

  • (Integer)


3282
3283
3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3282

class ListGraphqlApisRequest < Struct.new(
  :next_token,
  :max_results,
  :api_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

Returns:

  • (String)


3282
3283
3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3282

class ListGraphqlApisRequest < Struct.new(
  :next_token,
  :max_results,
  :api_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The account owner of the GraphQL API.

Returns:

  • (String)


3282
3283
3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3282

class ListGraphqlApisRequest < Struct.new(
  :next_token,
  :max_results,
  :api_type,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end