Class: Aws::MediaLive::Types::MediaPackageGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaPackageGroupSettings
- 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
-
#destination ⇒ Types::OutputLocationRef
MediaPackage channel destination.
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
MediaPackage channel destination.
9002 9003 9004 9005 9006 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9002 class MediaPackageGroupSettings < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |