MultiplexProgramSummary

public struct MultiplexProgramSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The MediaLive Channel associated with the program.

    Declaration

    Swift

    public let channelId: String?
  • The name of the multiplex program.

    Declaration

    Swift

    public let programName: String?
  • Undocumented

    Declaration

    Swift

    public init(channelId: String? = nil, programName: String? = nil)