ListRemoteAccessSessionsResult constructor

ListRemoteAccessSessionsResult({
  1. String? nextToken,
  2. List<RemoteAccessSession>? remoteAccessSessions,
})

Implementation

ListRemoteAccessSessionsResult({
  this.nextToken,
  this.remoteAccessSessions,
});