Class: Aws::Comprehend::Types::DescribeEventsDetectionJobRequest

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.

Returns:

  • (String)


2062
2063
2064
2065
2066
# File 'lib/aws-sdk-comprehend/types.rb', line 2062

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