Class: Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Defined in:
- gems/aws-sdk-kendra/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.
10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10073 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.
10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10073 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |