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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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