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`.
6924 6925 6926 6927 6928 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6924 class StartContentModerationResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |