Class: Aws::OpenSearchService::Types::DeleteDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a ‘GetDataSource` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message associated with deletion of the data source.
Instance Attribute Details
#message ⇒ String
A message associated with deletion of the data source.
2046 2047 2048 2049 2050 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2046 class DeleteDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |