Class: Aws::QBusiness::Types::StartDataSourceSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::StartDataSourceSyncJobResponse
- Defined in:
- gems/aws-sdk-qbusiness/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.
5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5557 class StartDataSourceSyncJobResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |