Class: Aws::AppSync::Types::UpdateTypeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::UpdateTypeRequest
 
 
- 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 new definition.
 - 
  
    
      #format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new type format: SDL or JSON.
 - 
  
    
      #type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new type name.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      5651 5652 5653 5654 5655 5656 5657 5658  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5651 class UpdateTypeRequest < Struct.new( :api_id, :type_name, :definition, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ String
The new definition.
      5651 5652 5653 5654 5655 5656 5657 5658  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5651 class UpdateTypeRequest < Struct.new( :api_id, :type_name, :definition, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#format ⇒ String
The new type format: SDL or JSON.
      5651 5652 5653 5654 5655 5656 5657 5658  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5651 class UpdateTypeRequest < Struct.new( :api_id, :type_name, :definition, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#type_name ⇒ String
The new type name.
      5651 5652 5653 5654 5655 5656 5657 5658  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5651 class UpdateTypeRequest < Struct.new( :api_id, :type_name, :definition, :format) SENSITIVE = [] include Aws::Structure end  |