Class: Aws::Types::StartPiiEntitiesDetectionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPiiEntitiesDetectionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#mode ⇒ "ONLY_REDACTION", "ONLY_OFFSETS"
Returns the value of attribute mode.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#redaction_config ⇒ Types::RedactionConfig
Returns the value of attribute redaction_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def job_name @job_name end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def language_code @language_code end |
#mode ⇒ "ONLY_REDACTION", "ONLY_OFFSETS"
Returns the value of attribute mode.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def mode @mode end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def output_data_config @output_data_config end |
#redaction_config ⇒ Types::RedactionConfig
Returns the value of attribute redaction_config.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def redaction_config @redaction_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def end |