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