Class: Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::StopDataSourceSyncJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Note:
When making an API call, you may pass StopDataSourceSyncJobRequest data as a hash:
{
id: "DataSourceId", # required
index_id: "IndexId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the data source for which to stop the synchronization jobs.
-
#index_id ⇒ String
The identifier of the index that contains the data source.
Instance Attribute Details
#id ⇒ String
The identifier of the data source for which to stop the synchronization jobs.
5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-kendra/types.rb', line 5965 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index that contains the data source.
5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-kendra/types.rb', line 5965 class StopDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |