Class: Aws::Comprehend::Types::StopEventsDetectionJobRequest

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)


7924
7925
7926
7927
7928
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7924

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