#[non_exhaustive]pub struct DeleteRemoteAccessSessionInput { /* private fields */ }Expand description
Represents the request to delete the specified remote access session.
Implementations
sourceimpl 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
sourceimpl Clone for DeleteRemoteAccessSessionInput
impl Clone for DeleteRemoteAccessSessionInput
sourcefn clone(&self) -> DeleteRemoteAccessSessionInput
fn clone(&self) -> DeleteRemoteAccessSessionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteRemoteAccessSessionInput> for DeleteRemoteAccessSessionInput
impl PartialEq<DeleteRemoteAccessSessionInput> for DeleteRemoteAccessSessionInput
sourcefn eq(&self, other: &DeleteRemoteAccessSessionInput) -> bool
fn eq(&self, other: &DeleteRemoteAccessSessionInput) -> bool
impl StructuralPartialEq for DeleteRemoteAccessSessionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRemoteAccessSessionInput
impl Send for DeleteRemoteAccessSessionInput
impl Sync for DeleteRemoteAccessSessionInput
impl Unpin for DeleteRemoteAccessSessionInput
impl UnwindSafe for DeleteRemoteAccessSessionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more