Class: Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the data source connector for which to stop the synchronization jobs.
-
#index_id ⇒ String
The identifier of the index used with the data source connector.
Instance Attribute Details
#id ⇒ String
The identifier of the data source connector for which to stop the synchronization jobs.
9806 9807 9808 9809 9810 9811 |
# File 'lib/aws-sdk-kendra/types.rb', line 9806 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
9806 9807 9808 9809 9810 9811 |
# File 'lib/aws-sdk-kendra/types.rb', line 9806 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |