Class: Aws::QBusiness::Types::StartDataSourceSyncJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The identifier for a particular synchronization job.

Returns:

  • (String)


5316
5317
5318
5319
5320
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5316

class StartDataSourceSyncJobResponse < Struct.new(
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end