Method: Aws::Comprehend::Types::SentimentDetectionJobProperties#submit_time

Defined in:
lib/aws-sdk-comprehend/types.rb

#submit_timeTime

The time that the sentiment detection job was submitted for processing.

Returns:

  • (Time)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
# File 'lib/aws-sdk-comprehend/types.rb', line 6688

class SentimentDetectionJobProperties < Struct.new(
  :job_id,
  :job_arn,
  :job_name,
  :job_status,
  :message,
  :submit_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :language_code,
  :data_access_role_arn,
  :volume_kms_key_id,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end