Class: Aws::OpenSearchService::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteDataSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘DeleteDataSource` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
-
#name ⇒ String
The name of the data source to delete.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
2031 2032 2033 2034 2035 2036 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2031 class DeleteDataSourceRequest < Struct.new( :domain_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source to delete.
2031 2032 2033 2034 2035 2036 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2031 class DeleteDataSourceRequest < Struct.new( :domain_name, :name) SENSITIVE = [] include Aws::Structure end |