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