Class: Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetIntrospectionSchemaRequest
 
 
- 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 schema format: SDL or JSON.
 - 
  
    
      #include_directives  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A flag that specifies whether the schema introspection should contain directives.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      3097 3098 3099 3100 3101 3102 3103  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3097 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end  | 
  
#format ⇒ String
The schema format: SDL or JSON.
      3097 3098 3099 3100 3101 3102 3103  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3097 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end  | 
  
#include_directives ⇒ Boolean
A flag that specifies whether the schema introspection should contain directives.
      3097 3098 3099 3100 3101 3102 3103  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3097 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end  |