GetHLSStreamingSessionURLOutput
public struct GetHLSStreamingSessionURLOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
Declaration
Swift
public let hLSStreamingSessionURL: String?
-
Undocumented
Declaration
Swift
public init(hLSStreamingSessionURL: String? = nil)