Struct rusoto_devicefarm::StopRemoteAccessSessionRequest [] [src]

pub struct StopRemoteAccessSessionRequest {
    pub arn: String,
}

Represents the request to stop the remote access session.

Fields

The Amazon Resource Name (ARN) of the remote access session you wish to stop.

Trait Implementations

impl Default for StopRemoteAccessSessionRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for StopRemoteAccessSessionRequest
[src]

Formats the value using the given formatter.

impl Clone for StopRemoteAccessSessionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more