Class: Aws::Comprehend::Types::DescribeEventsDetectionJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#events_detection_job_propertiesTypes::EventsDetectionJobProperties

An object that contains the properties associated with an event detection job.



2096
2097
2098
2099
2100
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2096

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