Class: Aws::AppSync::Types::DeleteDataSourceRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::DeleteDataSourceRequest
 
- 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. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data source. 
Instance Attribute Details
#api_id ⇒ String
The API ID.
| 2046 2047 2048 2049 2050 2051 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2046 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the data source.
| 2046 2047 2048 2049 2050 2051 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2046 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |