Class: Aws::QBusiness::Types::ListDataSourceSyncJobsRequest

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

#application_idString

The identifier of the Amazon Q Business application connected to the data source.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_idString

The identifier of the data source connector.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the data source connector sync.

Returns:

  • (Time)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index used with the Amazon Q Business data source connector.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of synchronization jobs to return in the response.

Returns:

  • (Integer)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the ‘maxResults` response was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the data source connector sync.

Returns:

  • (Time)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#status_filterString

Only returns synchronization jobs with the ‘Status` field equal to the specified status.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
# File 'lib/aws-sdk-qbusiness/types.rb', line 6227

class ListDataSourceSyncJobsRequest < Struct.new(
  :data_source_id,
  :application_id,
  :index_id,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :status_filter)
  SENSITIVE = []
  include Aws::Structure
end