Class: Aws::MediaPackageV2::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::Destination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The configuration for the destination where the harvested content will be exported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destination ⇒ Types::S3DestinationConfig
The configuration for exporting harvested content to an S3 bucket.
Instance Attribute Details
#s3_destination ⇒ Types::S3DestinationConfig
The configuration for exporting harvested content to an S3 bucket. This includes details such as the bucket name and destination path within the bucket.
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1185 class Destination < Struct.new( :s3_destination) SENSITIVE = [] include Aws::Structure end |