ListMultiplexProgramsResponse
public struct ListMultiplexProgramsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let multiplexPrograms: [MultiplexProgramSummary]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(multiplexPrograms: [MultiplexProgramSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListMultiplexProgramsResponse Structure Reference