Class: Aws::Types::StartDominantLanguageDetectionJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#job_arn::String

Returns the value of attribute job_arn.

Returns:



1640
1641
1642
# File 'sig/types.rbs', line 1640

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:



1639
1640
1641
# File 'sig/types.rbs', line 1639

def job_id
  @job_id
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:



1641
1642
1643
# File 'sig/types.rbs', line 1641

def job_status
  @job_status
end