#[non_exhaustive]pub struct StopRemoteAccessSessionOutput { /* private fields */ }Expand description
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
Implementations§
source§impl StopRemoteAccessSessionOutput
impl StopRemoteAccessSessionOutput
sourcepub fn remote_access_session(&self) -> Option<&RemoteAccessSession>
pub fn remote_access_session(&self) -> Option<&RemoteAccessSession>
A container that represents the metadata from the service about the remote access session you are stopping.
source§impl StopRemoteAccessSessionOutput
impl StopRemoteAccessSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRemoteAccessSessionOutput.
Trait Implementations§
source§impl Clone for StopRemoteAccessSessionOutput
impl Clone for StopRemoteAccessSessionOutput
source§fn clone(&self) -> StopRemoteAccessSessionOutput
fn clone(&self) -> StopRemoteAccessSessionOutput
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<StopRemoteAccessSessionOutput> for StopRemoteAccessSessionOutput
impl PartialEq<StopRemoteAccessSessionOutput> for StopRemoteAccessSessionOutput
source§fn eq(&self, other: &StopRemoteAccessSessionOutput) -> bool
fn eq(&self, other: &StopRemoteAccessSessionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.