CreateImageBuilderStreamingURLResult
public struct CreateImageBuilderStreamingURLResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The elapsed time, in seconds after the Unix epoch, when this URL expires.
Declaration
Swift
public let expires: TimeStamp?
-
The URL to start the AppStream 2.0 streaming session.
Declaration
Swift
public let streamingURL: String?
-
Undocumented
Declaration
Swift
public init(expires: TimeStamp? = nil, streamingURL: String? = nil)