Class: Aws::AppSync::Types::ListGraphqlApisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListGraphqlApisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_type ⇒ String
The value that indicates whether the GraphQL API is a standard API (‘GRAPHQL`) or merged API (`MERGED`).
-
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
-
#next_token ⇒ String
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.
-
#owner ⇒ String
The account owner of the GraphQL API.
Instance Attribute Details
#api_type ⇒ String
The value that indicates whether the GraphQL API is a standard API (‘GRAPHQL`) or merged API (`MERGED`).
3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-appsync/types.rb', line 3963 class ListGraphqlApisRequest < Struct.new( :next_token, :max_results, :api_type, :owner) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-appsync/types.rb', line 3963 class ListGraphqlApisRequest < Struct.new( :next_token, :max_results, :api_type, :owner) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-appsync/types.rb', line 3963 class ListGraphqlApisRequest < Struct.new( :next_token, :max_results, :api_type, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The account owner of the GraphQL API.
3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-appsync/types.rb', line 3963 class ListGraphqlApisRequest < Struct.new( :next_token, :max_results, :api_type, :owner) SENSITIVE = [] include Aws::Structure end |