Class: Aws::AppSync::Types::StartSchemaCreationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::StartSchemaCreationRequest
 
 
- 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 schema definition, in GraphQL schema language format.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      4703 4704 4705 4706 4707 4708  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4703 class StartSchemaCreationRequest < Struct.new( :api_id, :definition) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ String
The schema definition, in GraphQL schema language format.
      4703 4704 4705 4706 4707 4708  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4703 class StartSchemaCreationRequest < Struct.new( :api_id, :definition) SENSITIVE = [] include Aws::Structure end  |