Class: Aws::AppSync::Types::GetDataSourceResponse

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:



3033
3034
3035
3036
3037
# File 'lib/aws-sdk-appsync/types.rb', line 3033

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