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

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

#application_idString

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

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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)


4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4000

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