Class: Aws::QBusiness::Types::StartDataSourceSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::StartDataSourceSyncJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of Amazon Q Business application the data source is connected to.
-
#data_source_id ⇒ String
The identifier of the data source connector.
-
#index_id ⇒ String
The identifier of the index used with the data source connector.
Instance Attribute Details
#application_id ⇒ String
The identifier of Amazon Q Business application the data source is connected to.
6811 6812 6813 6814 6815 6816 6817 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6811 class StartDataSourceSyncJobRequest < Struct.new( :data_source_id, :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The identifier of the data source connector.
6811 6812 6813 6814 6815 6816 6817 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6811 class StartDataSourceSyncJobRequest < Struct.new( :data_source_id, :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
6811 6812 6813 6814 6815 6816 6817 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6811 class StartDataSourceSyncJobRequest < Struct.new( :data_source_id, :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |