Class: Aws::Types::GetSensitiveDataOccurrencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSensitiveDataOccurrencesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#sensitive_data_occurrences ⇒ ::Hash[::String, ::Array[Types::DetectedDataDetails]]
Returns the value of attribute sensitive_data_occurrences.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
966 967 968 |
# File 'sig/types.rbs', line 966 def error @error end |
#sensitive_data_occurrences ⇒ ::Hash[::String, ::Array[Types::DetectedDataDetails]]
Returns the value of attribute sensitive_data_occurrences.
967 968 969 |
# File 'sig/types.rbs', line 967 def sensitive_data_occurrences @sensitive_data_occurrences end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
968 969 970 |
# File 'sig/types.rbs', line 968 def status @status end |