Class: Aws::AppSync::Types::UpdateDataSourceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::UpdateDataSourceResponse
 
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Types::DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The updated DataSourceobject.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The updated DataSource object.
| 5370 5371 5372 5373 5374 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5370 class UpdateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |