Class: Aws::AppSync::Types::DeleteDataSourceRequest

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

#api_idString

The API ID.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1662

class DeleteDataSourceRequest < Struct.new(
  :api_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1662

class DeleteDataSourceRequest < Struct.new(
  :api_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end