ListRemoteAccessSessionsResult

public struct ListRemoteAccessSessionsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

    Declaration

    Swift

    public let nextToken: String?
  • A container that represents the metadata from the service about each remote access session you are requesting.

    Declaration

    Swift

    public let remoteAccessSessions: [RemoteAccessSession]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, remoteAccessSessions: [RemoteAccessSession]? = nil)