Class: Aws::AppSync::Types::CreateTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#definition ⇒ String
The type definition, in GraphQL Schema Definition Language (SDL) format.
-
#format ⇒ String
The type format: SDL or JSON.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-appsync/types.rb', line 1648 class CreateTypeRequest < Struct.new( :api_id, :definition, :format) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ String
The type definition, in GraphQL Schema Definition Language (SDL) format.
For more information, see the [GraphQL SDL documentation].
[1]: graphql.org/learn/schema/
1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-appsync/types.rb', line 1648 class CreateTypeRequest < Struct.new( :api_id, :definition, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The type format: SDL or JSON.
1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-appsync/types.rb', line 1648 class CreateTypeRequest < Struct.new( :api_id, :definition, :format) SENSITIVE = [] include Aws::Structure end |