Class: Aws::Macie2::Types::GetSensitiveDataOccurrencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetSensitiveDataOccurrencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the results of a request to retrieve occurrences of sensitive data reported by a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #error ⇒ String
-
#sensitive_data_occurrences ⇒ Hash<String,Array<Types::DetectedDataDetails>>
Specifies a type of sensitive data reported by a finding and provides occurrences of the specified type of sensitive data.
-
#status ⇒ String
The status of a request to retrieve occurrences of sensitive data reported by a finding.
Instance Attribute Details
#error ⇒ String
3435 3436 3437 3438 3439 3440 3441 |
# File 'lib/aws-sdk-macie2/types.rb', line 3435 class GetSensitiveDataOccurrencesResponse < Struct.new( :error, :sensitive_data_occurrences, :status) SENSITIVE = [] include Aws::Structure end |
#sensitive_data_occurrences ⇒ Hash<String,Array<Types::DetectedDataDetails>>
Specifies a type of sensitive data reported by a finding and provides occurrences of the specified type of sensitive data.
3435 3436 3437 3438 3439 3440 3441 |
# File 'lib/aws-sdk-macie2/types.rb', line 3435 class GetSensitiveDataOccurrencesResponse < Struct.new( :error, :sensitive_data_occurrences, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a request to retrieve occurrences of sensitive data reported by a finding. Possible values are:
3435 3436 3437 3438 3439 3440 3441 |
# File 'lib/aws-sdk-macie2/types.rb', line 3435 class GetSensitiveDataOccurrencesResponse < Struct.new( :error, :sensitive_data_occurrences, :status) SENSITIVE = [] include Aws::Structure end |