Class: Aws::Rekognition::Types::StartMediaAnalysisJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::MediaAnalysisInput

Input data to be analyzed by the job.



7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job. Does not have to be unique.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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.

Returns:

  • (String)


7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#operations_configTypes::MediaAnalysisOperationsConfig

Configuration options for the media analysis job to be created.



7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::MediaAnalysisOutputConfig

The Amazon S3 bucket location to store the results.



7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/aws-sdk-rekognition/types.rb', line 7207

class StartMediaAnalysisJobRequest < Struct.new(
  :client_request_token,
  :job_name,
  :operations_config,
  :input,
  :output_config,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end