Class: Aws::Types::CustomDataIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::CustomDataIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detections ⇒ ::Array[Types::CustomDetection]
Returns the value of attribute detections.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#detections ⇒ ::Array[Types::CustomDetection]
Returns the value of attribute detections.
459 460 461 |
# File 'sig/types.rbs', line 459 def detections @detections end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
460 461 462 |
# File 'sig/types.rbs', line 460 def total_count @total_count end |