Class: Aws::Types::PiiEntitiesDetectionJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def end_time
  @end_time
end

#input_data_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "FAILED", "STOP_REQUESTED", "STOPPED")


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.

Returns:

  • ("en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW")


1500
1501
1502
# File 'sig/types.rbs', line 1500

def language_code
  @language_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def message
  @message
end

#mode"ONLY_REDACTION", "ONLY_OFFSETS"

Returns the value of attribute mode.

Returns:

  • ("ONLY_REDACTION", "ONLY_OFFSETS")


1502
1503
1504
# File 'sig/types.rbs', line 1502

def mode
  @mode
end

#output_data_configTypes::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_configTypes::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.

Returns:

  • (::Time)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def submit_time
  @submit_time
end