Class: Aws::Types::ClassificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClassificationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detailed_results_location ⇒ ::String
Returns the value of attribute detailed_results_location.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#origin_type ⇒ "SENSITIVE_DATA_DISCOVERY_JOB", "AUTOMATED_SENSITIVE_DATA_DISCOVERY"
Returns the value of attribute origin_type.
-
#result ⇒ Types::ClassificationResult
Returns the value of attribute result.
Instance Attribute Details
#detailed_results_location ⇒ ::String
Returns the value of attribute detailed_results_location.
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.
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.
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.
286 287 288 |
# File 'sig/types.rbs', line 286 def origin_type @origin_type end |
#result ⇒ Types::ClassificationResult
Returns the value of attribute result.
287 288 289 |
# File 'sig/types.rbs', line 287 def result @result end |