Class: Aws::MediaPackageV2::Types::S3DestinationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

The name of an S3 bucket within which harvested content will be exported.

Returns:

  • (String)


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_pathString

The path within the specified S3 bucket where the harvested content will be placed.

Returns:

  • (String)


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