Class: Aws::QBusiness::Types::ListDataSourceSyncJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataSourceSyncJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the data source.
-
#data_source_id ⇒ String
The identifier of the data source connector.
-
#end_time ⇒ Time
The end time of the data source connector sync.
-
#index_id ⇒ String
The identifier of the index used with the Amazon Q Business data source connector.
-
#max_results ⇒ Integer
The maximum number of synchronization jobs to return in the response.
-
#next_token ⇒ String
If the ‘maxResults` response was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response.
-
#start_time ⇒ Time
The start time of the data source connector sync.
-
#status_filter ⇒ String
Only returns synchronization jobs with the ‘Status` field equal to the specified status.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the data source.
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_id ⇒ String
The identifier of the data source connector.
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_time ⇒ Time
The end time of the data source connector sync.
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_id ⇒ String
The identifier of the index used with the Amazon Q Business data source connector.
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_results ⇒ Integer
The maximum number of synchronization jobs to return in the response.
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_token ⇒ String
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.
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_time ⇒ Time
The start time of the data source connector sync.
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_filter ⇒ String
Only returns synchronization jobs with the ‘Status` field equal to the specified status.
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 |