#[non_exhaustive]pub struct StopRemoteAccessSessionInput { /* private fields */ }Expand description
Represents the request to stop the remote access session.
Implementations§
source§impl StopRemoteAccessSessionInput
impl StopRemoteAccessSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopRemoteAccessSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRemoteAccessSessionInput.
Trait Implementations§
source§impl Clone for StopRemoteAccessSessionInput
impl Clone for StopRemoteAccessSessionInput
source§fn clone(&self) -> StopRemoteAccessSessionInput
fn clone(&self) -> StopRemoteAccessSessionInput
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 Debug for StopRemoteAccessSessionInput
impl Debug for StopRemoteAccessSessionInput
source§impl PartialEq<StopRemoteAccessSessionInput> for StopRemoteAccessSessionInput
impl PartialEq<StopRemoteAccessSessionInput> for StopRemoteAccessSessionInput
source§fn eq(&self, other: &StopRemoteAccessSessionInput) -> bool
fn eq(&self, other: &StopRemoteAccessSessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.