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