Class: Aws::AppSync::Types::CreateDataSourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The ‘DataSource` object.

Returns:



923
924
925
926
927
# File 'lib/aws-sdk-appsync/types.rb', line 923

class CreateDataSourceResponse < Struct.new(
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end