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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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)


5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
# File 'lib/aws-sdk-qbusiness/types.rb', line 5072

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