Class: Aws::QBusiness::Types::StartDataSourceSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::StartDataSourceSyncJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The identifier for a particular synchronization job.
Instance Attribute Details
#execution_id ⇒ String
The identifier for a particular synchronization job.
6825 6826 6827 6828 6829 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6825 class StartDataSourceSyncJobResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |