Class: Aws::AppSync::Types::StartSchemaCreationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::StartSchemaCreationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
 
Instance Attribute Details
#status ⇒ String
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
      4718 4719 4720 4721 4722  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4718 class StartSchemaCreationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |