Class: Aws::QBusiness::Types::ListDataSourceSyncJobsResponse

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

#historyArray<Types::DataSourceSyncJob>

A history of synchronization jobs for the data source connector.

Returns:



4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4025

class ListDataSourceSyncJobsResponse < Struct.new(
  :history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Q Business returns this token. You can use this token in any subsequent request to retrieve the next set of jobs.

Returns:

  • (String)


4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4025

class ListDataSourceSyncJobsResponse < Struct.new(
  :history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end