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.
8210 8211 8212 8213 8214 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8210 class StartDataSourceSyncJobResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |