Class: Aws::Types::UpdateClassificationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def job_id
  @job_id
end

#job_status"RUNNING", ...

Returns the value of attribute job_status.

Returns:

  • ("RUNNING", "PAUSED", "CANCELLED", "COMPLETE", "IDLE", "USER_PAUSED")


1869
1870
1871
# File 'sig/types.rbs', line 1869

def job_status
  @job_status
end