Class: Aws::AppSync::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateDataSourceResponse
- 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.
1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-appsync/types.rb', line 1241 class CreateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |