Class: Aws::QBusiness::Types::DataSourceSyncJobMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DataSourceSyncJobMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Maps a batch delete document request to a specific Amazon Q Business data source connector sync job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documents_added ⇒ String
The current count of documents added from the data source during the data source sync.
-
#documents_deleted ⇒ String
The current count of documents deleted from the data source during the data source sync.
-
#documents_failed ⇒ String
The current count of documents that failed to sync from the data source during the data source sync.
-
#documents_modified ⇒ String
The current count of documents modified in the data source during the data source sync.
-
#documents_scanned ⇒ String
The current count of documents crawled by the ongoing sync job in the data source.
Instance Attribute Details
#documents_added ⇒ String
The current count of documents added from the data source during the data source sync.
2529 2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2529 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_deleted ⇒ String
The current count of documents deleted from the data source during the data source sync.
2529 2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2529 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_failed ⇒ String
The current count of documents that failed to sync from the data source during the data source sync.
2529 2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2529 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_modified ⇒ String
The current count of documents modified in the data source during the data source sync.
2529 2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2529 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_scanned ⇒ String
The current count of documents crawled by the ongoing sync job in the data source.
2529 2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2529 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |