Class: Aws::AppSync::Types::StartSchemaCreationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::StartSchemaCreationRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#definition ⇒ String
The schema definition, in GraphQL schema language format.
Instance Attribute Details
#api_id ⇒ String
The API ID.
4746 4747 4748 4749 4750 4751 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4746 class StartSchemaCreationRequest < Struct.new( :api_id, :definition) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ String
The schema definition, in GraphQL schema language format.
4746 4747 4748 4749 4750 4751 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4746 class StartSchemaCreationRequest < Struct.new( :api_id, :definition) SENSITIVE = [] include Aws::Structure end |