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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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:



2515
2516
2517
2518
2519
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2515

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