Class: Aws::Comprehend::Types::StopEventsDetectionJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the events detection job to stop.

Returns:

  • (String)


7886
7887
7888
7889
7890
7891
# File 'lib/aws-sdk-comprehend/types.rb', line 7886

class StopEventsDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the events detection job.

Returns:

  • (String)


7886
7887
7888
7889
7890
7891
# File 'lib/aws-sdk-comprehend/types.rb', line 7886

class StopEventsDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end