Class: Aws::Rekognition::Types::StartMediaAnalysisJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartMediaAnalysisJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Idempotency token used to prevent the accidental creation of duplicate versions.
-
#input ⇒ Types::MediaAnalysisInput
Input data to be analyzed by the job.
-
#job_name ⇒ String
The name of the job.
-
#kms_key_id ⇒ String
The identifier of customer managed AWS KMS key (name or ARN).
-
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Configuration options for the media analysis job to be created.
-
#output_config ⇒ Types::MediaAnalysisOutputConfig
The Amazon S3 bucket location to store the results.
Instance Attribute Details
#client_request_token ⇒ String
Idempotency token used to prevent the accidental creation of duplicate versions. If you use the same token with multiple ‘StartMediaAnalysisJobRequest` requests, the same response is returned. Use `ClientRequestToken` to prevent the same request from being processed more than once.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::MediaAnalysisInput
Input data to be analyzed by the job.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job. Does not have to be unique.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Configuration options for the media analysis job to be created.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::MediaAnalysisOutputConfig
The Amazon S3 bucket location to store the results.
7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7155 class StartMediaAnalysisJobRequest < Struct.new( :client_request_token, :job_name, :operations_config, :input, :output_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |