Class: Aws::Comprehend::Types::DescribeEventsDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEventsDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_detection_job_properties ⇒ Types::EventsDetectionJobProperties
An object that contains the properties associated with an event detection job.
Instance Attribute Details
#events_detection_job_properties ⇒ Types::EventsDetectionJobProperties
An object that contains the properties associated with an event detection job.
2096 2097 2098 2099 2100 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2096 class DescribeEventsDetectionJobResponse < Struct.new( :events_detection_job_properties) SENSITIVE = [] include Aws::Structure end |