Class: Aws::MediaConvert::Types::DestinationSettings

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

Overview

Settings associated with the destination. Will vary based on the type of destination

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_settingsTypes::S3DestinationSettings

Settings associated with S3 destination



3831
3832
3833
3834
3835
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3831

class DestinationSettings < Struct.new(
  :s3_settings)
  SENSITIVE = []
  include Aws::Structure
end