Class: Aws::AppSync::Types::UpdateDataSourceResponse

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 updated ‘DataSource` object.

Returns:



4598
4599
4600
4601
4602
# File 'lib/aws-sdk-appsync/types.rb', line 4598

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