Class: Aws::OpenSearchService::Types::DeleteDataSourceResponse

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

Overview

The result of a GetDataSource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message associated with deletion of the data source.

Returns:

  • (String)


1677
1678
1679
1680
1681
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1677

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