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)


7016
7017
7018
7019
7020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7016

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