Class: Aws::Types::SensitiveDataResult
- Inherits:
-
Object
- Object
- Aws::Types::SensitiveDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#detections ⇒ ::Array[Types::SensitiveDataDetections]
Returns the value of attribute detections.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
7547 7548 7549 |
# File 'sig/types.rbs', line 7547 def category @category end |
#detections ⇒ ::Array[Types::SensitiveDataDetections]
Returns the value of attribute detections.
7548 7549 7550 |
# File 'sig/types.rbs', line 7548 def detections @detections end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
7549 7550 7551 |
# File 'sig/types.rbs', line 7549 def total_count @total_count end |