#[non_exhaustive]pub struct StopRemoteAccessSessionOutput {
pub remote_access_session: Option<RemoteAccessSession>,
}Expand description
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.remote_access_session: Option<RemoteAccessSession>A container that represents the metadata from the service about the remote access session you are stopping.
Implementations
A container that represents the metadata from the service about the remote access session you are stopping.
Creates a new builder-style object to manufacture StopRemoteAccessSessionOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for StopRemoteAccessSessionOutput
impl Sync for StopRemoteAccessSessionOutput
impl Unpin for StopRemoteAccessSessionOutput
impl UnwindSafe for StopRemoteAccessSessionOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more