Class: Aws::QBusiness::Types::ListDataSourceSyncJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataSourceSyncJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#history ⇒ Array<Types::DataSourceSyncJob>
A history of synchronization jobs for the data source connector.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token.
Instance Attribute Details
#history ⇒ Array<Types::DataSourceSyncJob>
A history of synchronization jobs for the data source connector.
5097 5098 5099 5100 5101 5102 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5097 class ListDataSourceSyncJobsResponse < Struct.new( :history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5097 5098 5099 5100 5101 5102 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5097 class ListDataSourceSyncJobsResponse < Struct.new( :history, :next_token) SENSITIVE = [] include Aws::Structure end |