Class: Aws::Comprehend::Types::DescribeEventsDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEventsDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the events detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier of the events detection job.
2083 2084 2085 2086 2087 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2083 class DescribeEventsDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |