Class: Aws::OpenSearchService::Types::UpdateDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDataSourceRequest
- 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
-
#data_source_type ⇒ Types::DataSourceType
The type of data source.
-
#description ⇒ String
A new description of the data source.
-
#domain_name ⇒ String
The name of the domain.
-
#name ⇒ String
The name of the data source to modify.
-
#status ⇒ String
The status of the data source update.
Instance Attribute Details
#data_source_type ⇒ Types::DataSourceType
The type of data source.
6998 6999 7000 7001 7002 7003 7004 7005 7006 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6998 class UpdateDataSourceRequest < Struct.new( :domain_name, :name, :data_source_type, :description, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description of the data source.
6998 6999 7000 7001 7002 7003 7004 7005 7006 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6998 class UpdateDataSourceRequest < Struct.new( :domain_name, :name, :data_source_type, :description, :status) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
6998 6999 7000 7001 7002 7003 7004 7005 7006 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6998 class UpdateDataSourceRequest < Struct.new( :domain_name, :name, :data_source_type, :description, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source to modify.
6998 6999 7000 7001 7002 7003 7004 7005 7006 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6998 class UpdateDataSourceRequest < Struct.new( :domain_name, :name, :data_source_type, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source update.
6998 6999 7000 7001 7002 7003 7004 7005 7006 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6998 class UpdateDataSourceRequest < Struct.new( :domain_name, :name, :data_source_type, :description, :status) SENSITIVE = [] include Aws::Structure end |