Class: Aws::MediaLive::Types::MediaPackageGroupSettings

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

Overview

Media Package Group Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::OutputLocationRef

MediaPackage channel destination.



8909
8910
8911
8912
8913
# File 'lib/aws-sdk-medialive/types.rb', line 8909

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