StartSessionResult

public struct StartSessionResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Session token of the started session. This SessionToken is required for every subsequent command that is issued during the current session.

    Declaration

    Swift

    public let sessionToken: String?
  • Undocumented

    Declaration

    Swift

    public init(sessionToken: String? = nil)