Struct rusoto_devicefarm::InstallToRemoteAccessSessionResult[][src]

pub struct InstallToRemoteAccessSessionResult {
    pub app_upload: Option<Upload>,
}

Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.

Fields

An app to upload or that has been uploaded.

Trait Implementations

impl Default for InstallToRemoteAccessSessionResult
[src]

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

impl Debug for InstallToRemoteAccessSessionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for InstallToRemoteAccessSessionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstallToRemoteAccessSessionResult
[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