Class: Aws::AppSync::Types::DeleteGraphqlApiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::DeleteGraphqlApiRequest
 
 
- 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.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      2071 2072 2073 2074 2075  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2071 class DeleteGraphqlApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end  |