Stream
public struct Stream : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of a file associated with a stream.
Declaration
Swift
public let fileId: Int?
-
The stream ID.
Declaration
Swift
public let streamId: String?
-
Undocumented
Declaration
Swift
public init(fileId: Int? = nil, streamId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws