Class: Aws::Rekognition::Types::StartContentModerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartContentModerationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier for the content analysis job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the content analysis job. Use ‘JobId` to identify the job in a subsequent call to `GetContentModeration`.
6976 6977 6978 6979 6980 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6976 class StartContentModerationResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |