Class: Aws::OpenSearchService::Types::DataSourceDetails

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

Overview

Details about a direct-query data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_typeTypes::DataSourceType

The type of data source.



1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1619

class DataSourceDetails < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the data source.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1619

class DataSourceDetails < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1619

class DataSourceDetails < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end