Class: Aws::Types::StartPiiEntitiesDetectionJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



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.

Returns:



1724
1725
1726
# File 'sig/types.rbs', line 1724

def data_access_role_arn
  @data_access_role_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1722
1723
1724
# File 'sig/types.rbs', line 1722

def mode
  @mode
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.

Returns:



1721
1722
1723
# File 'sig/types.rbs', line 1721

def output_data_config
  @output_data_config
end

#redaction_configTypes::RedactionConfig

Returns the value of attribute redaction_config.

Returns:



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.

Returns:



1728
1729
1730
# File 'sig/types.rbs', line 1728

def tags
  @tags
end