Class: Aws::Comprehend::Types::DescribeEventsDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEventsDetectionJobRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Note:
When making an API call, you may pass DescribeEventsDetectionJobRequest data as a hash:
{
job_id: "JobId", # required
}
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.
1494 1495 1496 1497 1498 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1494 class DescribeEventsDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |