Class: Aws::Kendra::Types::StartDataSourceSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::StartDataSourceSyncJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
Identifies a particular synchronization job.
Instance Attribute Details
#execution_id ⇒ String
Identifies a particular synchronization job.
9967 9968 9969 9970 9971 |
# File 'lib/aws-sdk-kendra/types.rb', line 9967 class StartDataSourceSyncJobResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |