Class: Aws::AppSync::Types::GetDataSourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetDataSourceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Types::DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘DataSource` object.
 
Instance Attribute Details
#data_source ⇒ Types::DataSource
The ‘DataSource` object.
      2973 2974 2975 2976 2977  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2973 class GetDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end  |