Class: Aws::Types::GetSensitiveDataOccurrencesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("SUCCESS", "PROCESSING", "ERROR")


968
969
970
# File 'sig/types.rbs', line 968

def status
  @status
end