Class: Aws::OpenSearchService::Types::DeleteDataSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the DeleteDataSource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


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

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

#nameString

The name of the data source to delete.

Returns:

  • (String)


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

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