Class: Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::GetIntrospectionSchemaRequest
 
- Defined in:
- gems/aws-sdk-appsync/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.
| 3167 3168 3169 3170 3171 3172 3173 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3167 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end | 
#format ⇒ String
The schema format: SDL or JSON.
| 3167 3168 3169 3170 3171 3172 3173 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3167 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.
| 3167 3168 3169 3170 3171 3172 3173 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3167 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |