Class: Aws::Types::ResourceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ResourceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_bytes_classified ⇒ ::Integer
Returns the value of attribute total_bytes_classified.
-
#total_detections ⇒ ::Integer
Returns the value of attribute total_detections.
-
#total_detections_suppressed ⇒ ::Integer
Returns the value of attribute total_detections_suppressed.
-
#total_items_classified ⇒ ::Integer
Returns the value of attribute total_items_classified.
-
#total_items_sensitive ⇒ ::Integer
Returns the value of attribute total_items_sensitive.
-
#total_items_skipped ⇒ ::Integer
Returns the value of attribute total_items_skipped.
-
#total_items_skipped_invalid_encryption ⇒ ::Integer
Returns the value of attribute total_items_skipped_invalid_encryption.
-
#total_items_skipped_invalid_kms ⇒ ::Integer
Returns the value of attribute total_items_skipped_invalid_kms.
-
#total_items_skipped_permission_denied ⇒ ::Integer
Returns the value of attribute total_items_skipped_permission_denied.
Instance Attribute Details
#total_bytes_classified ⇒ ::Integer
Returns the value of attribute total_bytes_classified.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def total_bytes_classified @total_bytes_classified end |
#total_detections ⇒ ::Integer
Returns the value of attribute total_detections.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def total_detections @total_detections end |
#total_detections_suppressed ⇒ ::Integer
Returns the value of attribute total_detections_suppressed.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def total_detections_suppressed @total_detections_suppressed end |
#total_items_classified ⇒ ::Integer
Returns the value of attribute total_items_classified.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def total_items_classified @total_items_classified end |
#total_items_sensitive ⇒ ::Integer
Returns the value of attribute total_items_sensitive.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def total_items_sensitive @total_items_sensitive end |
#total_items_skipped ⇒ ::Integer
Returns the value of attribute total_items_skipped.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def total_items_skipped @total_items_skipped end |
#total_items_skipped_invalid_encryption ⇒ ::Integer
Returns the value of attribute total_items_skipped_invalid_encryption.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def total_items_skipped_invalid_encryption @total_items_skipped_invalid_encryption end |
#total_items_skipped_invalid_kms ⇒ ::Integer
Returns the value of attribute total_items_skipped_invalid_kms.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def total_items_skipped_invalid_kms @total_items_skipped_invalid_kms end |
#total_items_skipped_permission_denied ⇒ ::Integer
Returns the value of attribute total_items_skipped_permission_denied.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def @total_items_skipped_permission_denied end |