Class: Aws::OpenSearchService::Types::UpdateDataSourceRequest

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

Overview

Container for the parameters to the UpdateDataSource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_typeTypes::DataSourceType

The type of data source.



7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608

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

#descriptionString

A new description of the data source.

Returns:

  • (String)


7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608

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

#domain_nameString

The name of the domain.

Returns:

  • (String)


7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608

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

#nameString

The name of the data source to modify.

Returns:

  • (String)


7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608

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

#statusString

The status of the data source update.

Returns:

  • (String)


7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608

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