Class: Aws::Types::PiiEntitiesDetectionJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::PiiEntitiesDetectionJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#mode ⇒ "ONLY_REDACTION", "ONLY_OFFSETS"
Returns the value of attribute mode.
-
#output_data_config ⇒ Types::PiiOutputDataConfig
Returns the value of attribute output_data_config.
-
#redaction_config ⇒ Types::RedactionConfig
Returns the value of attribute redaction_config.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def end_time @end_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def job_status @job_status end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def language_code @language_code end |
#message ⇒ ::String
Returns the value of attribute message.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def @message end |
#mode ⇒ "ONLY_REDACTION", "ONLY_OFFSETS"
Returns the value of attribute mode.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def mode @mode end |
#output_data_config ⇒ Types::PiiOutputDataConfig
Returns the value of attribute output_data_config.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def output_data_config @output_data_config end |
#redaction_config ⇒ Types::RedactionConfig
Returns the value of attribute redaction_config.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def redaction_config @redaction_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def submit_time @submit_time end |