Class: Aws::Types::ClassificationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_results_location::String

Returns the value of attribute detailed_results_location.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def detailed_results_location
  @detailed_results_location
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def job_id
  @job_id
end

#origin_type"SENSITIVE_DATA_DISCOVERY_JOB", "AUTOMATED_SENSITIVE_DATA_DISCOVERY"

Returns the value of attribute origin_type.

Returns:

  • ("SENSITIVE_DATA_DISCOVERY_JOB", "AUTOMATED_SENSITIVE_DATA_DISCOVERY")


286
287
288
# File 'sig/types.rbs', line 286

def origin_type
  @origin_type
end

#resultTypes::ClassificationResult

Returns the value of attribute result.



287
288
289
# File 'sig/types.rbs', line 287

def result
  @result
end