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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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)


7940
7941
7942
7943
7944
7945
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7940

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

#job_statusString

The status of the events detection job.

Returns:

  • (String)


7940
7941
7942
7943
7944
7945
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7940

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