Class: Aws::Rekognition::Types::MediaAnalysisOutputConfig

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

Overview

Output configuration provided in the job creation request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

Specifies the Amazon S3 bucket to contain the output of the media analysis job.

Returns:

  • (String)


5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-rekognition/types.rb', line 5476

class MediaAnalysisOutputConfig < Struct.new(
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.

Returns:

  • (String)


5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-rekognition/types.rb', line 5476

class MediaAnalysisOutputConfig < Struct.new(
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end