Class: Aws::OpenSearchService::Types::AddDataSourceRequest

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

Overview

Container for the parameters to the ‘AddDataSource` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_typeTypes::DataSourceType

The type of data source.



170
171
172
173
174
175
176
177
# File 'lib/aws-sdk-opensearchservice/types.rb', line 170

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

#descriptionString

A description of the data source.

Returns:

  • (String)


170
171
172
173
174
175
176
177
# File 'lib/aws-sdk-opensearchservice/types.rb', line 170

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

#domain_nameString

The name of the domain to add the data source to.

Returns:

  • (String)


170
171
172
173
174
175
176
177
# File 'lib/aws-sdk-opensearchservice/types.rb', line 170

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

#nameString

A name for the data source.

Returns:

  • (String)


170
171
172
173
174
175
176
177
# File 'lib/aws-sdk-opensearchservice/types.rb', line 170

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