Class: Aws::Macie2::Types::GetSensitiveDataOccurrencesAvailabilityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about whether occurrences of sensitive data can be retrieved for a finding and, if not, why the data can't be retrieved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Specifies whether occurrences of sensitive data can be retrieved for a finding. Possible values are:

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3298

class GetSensitiveDataOccurrencesAvailabilityResponse < Struct.new(
  :code,
  :reasons)
  SENSITIVE = []
  include Aws::Structure
end

#reasonsArray<String>

Returns:

  • (Array<String>)


3298
3299
3300
3301
3302
3303
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3298

class GetSensitiveDataOccurrencesAvailabilityResponse < Struct.new(
  :code,
  :reasons)
  SENSITIVE = []
  include Aws::Structure
end