Class: Aws::OpenSearchService::Types::UpdateDataSourceResponse

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

Overview

The result of an ‘UpdateDataSource` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message associated with the updated data source.

Returns:

  • (String)


6745
6746
6747
6748
6749
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6745

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