Class: Aws::Types::SensitiveDataItem
- Inherits:
-
Object
- Object
- Aws::Types::SensitiveDataItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "FINANCIAL_INFORMATION", ...
Returns the value of attribute category.
-
#detections ⇒ ::Array[Types::DefaultDetection]
Returns the value of attribute detections.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#category ⇒ "FINANCIAL_INFORMATION", ...
Returns the value of attribute category.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def category @category end |
#detections ⇒ ::Array[Types::DefaultDetection]
Returns the value of attribute detections.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def detections @detections end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def total_count @total_count end |