Class: Aws::QBusiness::Types::DataSourceSyncJobMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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

Instance Attribute Details

#documents_addedString

The current count of documents added from the data source during the data source sync.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1920

class DataSourceSyncJobMetrics < Struct.new(
  :documents_added,
  :documents_modified,
  :documents_deleted,
  :documents_failed,
  :documents_scanned)
  SENSITIVE = []
  include Aws::Structure
end

#documents_deletedString

The current count of documents deleted from the data source during the data source sync.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1920

class DataSourceSyncJobMetrics < Struct.new(
  :documents_added,
  :documents_modified,
  :documents_deleted,
  :documents_failed,
  :documents_scanned)
  SENSITIVE = []
  include Aws::Structure
end

#documents_failedString

The current count of documents that failed to sync from the data source during the data source sync.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1920

class DataSourceSyncJobMetrics < Struct.new(
  :documents_added,
  :documents_modified,
  :documents_deleted,
  :documents_failed,
  :documents_scanned)
  SENSITIVE = []
  include Aws::Structure
end

#documents_modifiedString

The current count of documents modified in the data source during the data source sync.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1920

class DataSourceSyncJobMetrics < Struct.new(
  :documents_added,
  :documents_modified,
  :documents_deleted,
  :documents_failed,
  :documents_scanned)
  SENSITIVE = []
  include Aws::Structure
end

#documents_scannedString

The current count of documents crawled by the ongoing sync job in the data source.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1920

class DataSourceSyncJobMetrics < Struct.new(
  :documents_added,
  :documents_modified,
  :documents_deleted,
  :documents_failed,
  :documents_scanned)
  SENSITIVE = []
  include Aws::Structure
end