Class: Aws::Rekognition::Types::MediaAnalysisOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::MediaAnalysisOutputConfig
- 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
-
#s3_bucket ⇒ String
Specifies the Amazon S3 bucket to contain the output of the media analysis job.
-
#s3_key_prefix ⇒ String
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.
Instance Attribute Details
#s3_bucket ⇒ String
Specifies the Amazon S3 bucket to contain the output of the media analysis job.
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_prefix ⇒ String
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.
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 |