getRemoteAccessSession

Returns a link to a currently running remote access session.

Samples


fun main() { 
   //sampleStart 
   // The following example gets a specific remote access session.
val resp = deviceFarmClient.getRemoteAccessSession {
    arn = "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456"
} 
   //sampleEnd
}