Session

public struct Session : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The duration of the session.

    Declaration

    Swift

    public let duration: Int64?
  • id

    A unique identifier for the session

    Declaration

    Swift

    public let id: String?
  • The time the event started in ISO 8601 standard date time format. For example, 2014-06-30T19:07:47.885Z

    Declaration

    Swift

    public let startTimestamp: String?
  • The time the event terminated in ISO 8601 standard date time format. For example, 2014-06-30T19:07:47.885Z

    Declaration

    Swift

    public let stopTimestamp: String?
  • Undocumented

    Declaration

    Swift

    public init(duration: Int64? = nil, id: String? = nil, startTimestamp: String? = nil, stopTimestamp: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws