Class: Aws::Comprehend::Types::DescribeEventsDetectionJobRequest

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

#job_idString

The identifier of the events detection job.

Returns:

  • (String)


2083
2084
2085
2086
2087
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2083

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