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.
10019 10020 10021 10022 10023 10024 |
# File 'lib/aws-sdk-kendra/types.rb', line 10019 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.
10019 10020 10021 10022 10023 10024 |
# File 'lib/aws-sdk-kendra/types.rb', line 10019 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |