Class: Aws::Macie2::Types::GetSensitiveDataOccurrencesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Instance Attribute Details

#errorString

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3334

class GetSensitiveDataOccurrencesResponse < Struct.new(
  :error,
  :sensitive_data_occurrences,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#sensitive_data_occurrencesHash<String,Array<Types::DetectedDataDetails>>

Specifies a type of sensitive data reported by a finding and provides occurrences of the specified type of sensitive data.

Returns:



3334
3335
3336
3337
3338
3339
3340
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3334

class GetSensitiveDataOccurrencesResponse < Struct.new(
  :error,
  :sensitive_data_occurrences,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a request to retrieve occurrences of sensitive data reported by a finding. Possible values are:

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
3340
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3334

class GetSensitiveDataOccurrencesResponse < Struct.new(
  :error,
  :sensitive_data_occurrences,
  :status)
  SENSITIVE = []
  include Aws::Structure
end