Class: Aws::OpenSearchService::Types::UpdateDirectQueryDataSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The unique, system-generated identifier that represents the data source.

Returns:

  • (String)


7320
7321
7322
7323
7324
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7320

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