Struct rusoto_devicefarm::CreateRemoteAccessSessionResult [] [src]

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

Represents the server response from a request to create a remote access session.

Fields

A container that describes the remote access session when the request to create a remote access session is sent.

Trait Implementations

impl Default for CreateRemoteAccessSessionResult
[src]

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

impl Debug for CreateRemoteAccessSessionResult
[src]

Formats the value using the given formatter.

impl Clone for CreateRemoteAccessSessionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more