Class: Aws::Types::DataSourceSyncJobMetrics
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSyncJobMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documents_added ⇒ ::String
Returns the value of attribute documents_added.
-
#documents_deleted ⇒ ::String
Returns the value of attribute documents_deleted.
-
#documents_failed ⇒ ::String
Returns the value of attribute documents_failed.
-
#documents_modified ⇒ ::String
Returns the value of attribute documents_modified.
-
#documents_scanned ⇒ ::String
Returns the value of attribute documents_scanned.
Instance Attribute Details
#documents_added ⇒ ::String
Returns the value of attribute documents_added.
575 576 577 |
# File 'sig/types.rbs', line 575 def documents_added @documents_added end |
#documents_deleted ⇒ ::String
Returns the value of attribute documents_deleted.
577 578 579 |
# File 'sig/types.rbs', line 577 def documents_deleted @documents_deleted end |
#documents_failed ⇒ ::String
Returns the value of attribute documents_failed.
578 579 580 |
# File 'sig/types.rbs', line 578 def documents_failed @documents_failed end |
#documents_modified ⇒ ::String
Returns the value of attribute documents_modified.
576 577 578 |
# File 'sig/types.rbs', line 576 def documents_modified @documents_modified end |
#documents_scanned ⇒ ::String
Returns the value of attribute documents_scanned.
579 580 581 |
# File 'sig/types.rbs', line 579 def documents_scanned @documents_scanned end |