#[non_exhaustive]pub struct InstallToRemoteAccessSessionOutput { /* private fields */ }Expand description
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
Implementations§
source§impl InstallToRemoteAccessSessionOutput
impl InstallToRemoteAccessSessionOutput
sourcepub fn app_upload(&self) -> Option<&Upload>
pub fn app_upload(&self) -> Option<&Upload>
An app to upload or that has been uploaded.
source§impl InstallToRemoteAccessSessionOutput
impl InstallToRemoteAccessSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstallToRemoteAccessSessionOutput.
Trait Implementations§
source§impl Clone for InstallToRemoteAccessSessionOutput
impl Clone for InstallToRemoteAccessSessionOutput
source§fn clone(&self) -> InstallToRemoteAccessSessionOutput
fn clone(&self) -> InstallToRemoteAccessSessionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<InstallToRemoteAccessSessionOutput> for InstallToRemoteAccessSessionOutput
impl PartialEq<InstallToRemoteAccessSessionOutput> for InstallToRemoteAccessSessionOutput
source§fn eq(&self, other: &InstallToRemoteAccessSessionOutput) -> bool
fn eq(&self, other: &InstallToRemoteAccessSessionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.