StreamSummary
public struct StreamSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Channel ARN for the stream.
Declaration
Swift
public let channelArn: String?
-
The stream’s health.
Declaration
Swift
public let health: StreamHealth?
-
ISO-8601 formatted timestamp of the stream’s start.
Declaration
Swift
public let startTime: TimeStamp?
-
The stream’s state.
Declaration
Swift
public let state: StreamState?
-
Number of current viewers of the stream.
Declaration
Swift
public let viewerCount: Int64?
-
Undocumented
Declaration
Swift
public init(channelArn: String? = nil, health: StreamHealth? = nil, startTime: TimeStamp? = nil, state: StreamState? = nil, viewerCount: Int64? = nil)