Class: Aws::Kendra::Types::StartDataSourceSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::StartDataSourceSyncJobRequest
- 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 to synchronize.
-
#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 to synchronize.
10008 10009 10010 10011 10012 10013 |
# File 'lib/aws-sdk-kendra/types.rb', line 10008 class StartDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
10008 10009 10010 10011 10012 10013 |
# File 'lib/aws-sdk-kendra/types.rb', line 10008 class StartDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |