Struct rusoto_devicefarm::StopRemoteAccessSessionResult[][src]

pub struct StopRemoteAccessSessionResult {
    pub remote_access_session: Option<RemoteAccessSession>,
}

Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.

Fields

A container representing the metadata from the service about the remote access session you are stopping.

Trait Implementations

impl Default for StopRemoteAccessSessionResult
[src]

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

impl Debug for StopRemoteAccessSessionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for StopRemoteAccessSessionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StopRemoteAccessSessionResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations