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.
9954 9955 9956 9957 9958 9959 |
# File 'lib/aws-sdk-kendra/types.rb', line 9954 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.
9954 9955 9956 9957 9958 9959 |
# File 'lib/aws-sdk-kendra/types.rb', line 9954 class StartDataSourceSyncJobRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |