Struct aws_sdk_devicefarm::operation::stop_remote_access_session::StopRemoteAccessSessionOutput
source · #[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() -> StopRemoteAccessSessionOutputBuilder
pub fn builder() -> StopRemoteAccessSessionOutputBuilder
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 ==.source§impl RequestId for StopRemoteAccessSessionOutput
impl RequestId for StopRemoteAccessSessionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.