Session
public struct Session : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The duration of the session, in milliseconds.
Declaration
Swift
public let duration: Int? -
The unique identifier for the session.
Declaration
Swift
public let id: String -
The date and time when the session began.
Declaration
Swift
public let startTimestamp: String -
The date and time when the session ended.
Declaration
Swift
public let stopTimestamp: String? -
Undocumented
Declaration
Swift
public init(duration: Int? = nil, id: String, startTimestamp: String, stopTimestamp: String? = nil)
View on GitHub
Session Structure Reference