#[non_exhaustive]pub struct DeleteProxySessionInput { /* private fields */ }Implementations§
source§impl DeleteProxySessionInput
impl DeleteProxySessionInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime voice connector ID.
sourcepub fn proxy_session_id(&self) -> Option<&str>
pub fn proxy_session_id(&self) -> Option<&str>
The proxy session ID.
source§impl DeleteProxySessionInput
impl DeleteProxySessionInput
sourcepub fn builder() -> DeleteProxySessionInputBuilder
pub fn builder() -> DeleteProxySessionInputBuilder
Creates a new builder-style object to manufacture DeleteProxySessionInput.
source§impl DeleteProxySessionInput
impl DeleteProxySessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteProxySession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteProxySession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteProxySession>
Trait Implementations§
source§impl Clone for DeleteProxySessionInput
impl Clone for DeleteProxySessionInput
source§fn clone(&self) -> DeleteProxySessionInput
fn clone(&self) -> DeleteProxySessionInput
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 DeleteProxySessionInput
impl Debug for DeleteProxySessionInput
source§impl PartialEq<DeleteProxySessionInput> for DeleteProxySessionInput
impl PartialEq<DeleteProxySessionInput> for DeleteProxySessionInput
source§fn eq(&self, other: &DeleteProxySessionInput) -> bool
fn eq(&self, other: &DeleteProxySessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteProxySessionInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteProxySessionInput
impl Send for DeleteProxySessionInput
impl Sync for DeleteProxySessionInput
impl Unpin for DeleteProxySessionInput
impl UnwindSafe for DeleteProxySessionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more