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]

[src]

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

impl Debug for StopRemoteAccessSessionResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StopRemoteAccessSessionResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations