Module: Aws::Macie2::Client::_GetSensitiveDataOccurrencesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSensitiveDataOccurrencesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #sensitive_data_occurrences ⇒ ::Hash[::String, ::Array[Types::DetectedDataDetails]]
- #status ⇒ "SUCCESS", ...
Instance Method Details
#sensitive_data_occurrences ⇒ ::Hash[::String, ::Array[Types::DetectedDataDetails]]
683 |
# File 'sig/client.rbs', line 683
def sensitive_data_occurrences: () -> ::Hash[::String, ::Array[Types::DetectedDataDetails]]
|
#status ⇒ "SUCCESS", ...
684 |
# File 'sig/client.rbs', line 684
def status: () -> ("SUCCESS" | "PROCESSING" | "ERROR")
|