Class: Aws::Types::KeyPhrasesDetectionJobProperties

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:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def data_access_role_arn
  @data_access_role_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def end_time
  @end_time
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.

Returns:



1217
1218
1219
# File 'sig/types.rbs', line 1217

def input_data_config
  @input_data_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def job_name
  @job_name
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:



1213
1214
1215
# File 'sig/types.rbs', line 1213

def job_status
  @job_status
end

#language_code"en", ...

Returns the value of attribute language_code.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def language_code
  @language_code
end

#message::String

Returns the value of attribute message.

Returns:



1214
1215
1216
# File 'sig/types.rbs', line 1214

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def output_data_config
  @output_data_config
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:



1215
1216
1217
# File 'sig/types.rbs', line 1215

def submit_time
  @submit_time
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1222
1223
1224
# File 'sig/types.rbs', line 1222

def vpc_config
  @vpc_config
end