Class: Aws::OpenSearchService::Types::AddDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AddDataSourceRequest
- 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
-
#data_source_type ⇒ Types::DataSourceType
The type of data source.
-
#description ⇒ String
A description of the data source.
-
#domain_name ⇒ String
The name of the domain to add the data source to.
-
#name ⇒ String
A name for the data source.
Instance Attribute Details
#data_source_type ⇒ Types::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 |
#description ⇒ String
A description of the 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 |
#domain_name ⇒ String
The name of the domain to add the data source to.
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 |
#name ⇒ String
A name for the 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 |