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`).
3821 3822 3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-appsync/types.rb', line 3821 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.
3821 3822 3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-appsync/types.rb', line 3821 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.
3821 3822 3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-appsync/types.rb', line 3821 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.
3821 3822 3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-appsync/types.rb', line 3821 class ListGraphqlApisRequest < Struct.new( :next_token, :max_results, :api_type, :owner) SENSITIVE = [] include Aws::Structure end |