Class: Aws::MediaPackageV2::Types::S3DestinationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::S3DestinationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Configuration parameters for where in an S3 bucket to place the harvested content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of an S3 bucket within which harvested content will be exported.
-
#destination_path ⇒ String
The path within the specified S3 bucket where the harvested content will be placed.
Instance Attribute Details
#bucket_name ⇒ String
The name of an S3 bucket within which harvested content will be exported.
2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2909 class S3DestinationConfig < Struct.new( :bucket_name, :destination_path) SENSITIVE = [] include Aws::Structure end |
#destination_path ⇒ String
The path within the specified S3 bucket where the harvested content will be placed.
2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2909 class S3DestinationConfig < Struct.new( :bucket_name, :destination_path) SENSITIVE = [] include Aws::Structure end |