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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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.



8675
8676
8677
8678
8679
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8675

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