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.
2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2075 class DescribeEventsDetectionJobResponse < Struct.new( :events_detection_job_properties) SENSITIVE = [] include Aws::Structure end |