Class: Aws::Types::CustomDataIdentifiersResult
- Inherits:
-
Object
- Object
- Aws::Types::CustomDataIdentifiersResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detections ⇒ ::Array[Types::CustomDataIdentifiersDetections]
Returns the value of attribute detections.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#detections ⇒ ::Array[Types::CustomDataIdentifiersDetections]
Returns the value of attribute detections.
5341 5342 5343 |
# File 'sig/types.rbs', line 5341 def detections @detections end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
5342 5343 5344 |
# File 'sig/types.rbs', line 5342 def total_count @total_count end |