ListBrowserSessionsRequest
Types
Properties
Link copied to clipboard
The unique identifier of the browser to list sessions for. If specified, only sessions for this browser are returned. If not specified, sessions for all browsers are returned.
Link copied to clipboard
The maximum number of results to return in a single call. The default value is 10. Valid values range from 1 to 100. To retrieve the remaining results, make another call with the returned nextToken
value.
Link copied to clipboard
The status of the browser sessions to list. Valid values include ACTIVE, STOPPING, and STOPPED. If not specified, sessions with any status are returned.
Functions
Link copied to clipboard
inline fun copy(block: ListBrowserSessionsRequest.Builder.() -> Unit = {}): ListBrowserSessionsRequest