Class: Aws::AppSync::Types::GetTypeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetTypeRequest
 
 
- 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.
 - 
  
    
      #format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type format: SDL or JSON.
 - 
  
    
      #type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type name.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      3237 3238 3239 3240 3241 3242 3243  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3237 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#format ⇒ String
The type format: SDL or JSON.
      3237 3238 3239 3240 3241 3242 3243  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3237 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#type_name ⇒ String
The type name.
      3237 3238 3239 3240 3241 3242 3243  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3237 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end  |