Class: Aws::Types::StartTopicsDetectionJobResponse

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:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def job_id
  @job_id
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

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


1795
1796
1797
# File 'sig/types.rbs', line 1795

def job_status
  @job_status
end