Class: Aws::OpenSearchService::Types::DataSource

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

Overview

Data sources that are associated with an OpenSearch Application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1943

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

#data_source_descriptionString

Detailed description of a data source.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1943

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