Struct aws_sdk_connect::input::DeleteQuickConnectInput
source · [−]#[non_exhaustive]pub struct DeleteQuickConnectInput { /* private fields */ }
Implementations
sourceimpl DeleteQuickConnectInput
impl DeleteQuickConnectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteQuickConnect, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteQuickConnect, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteQuickConnect
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteQuickConnectInput
.
sourceimpl DeleteQuickConnectInput
impl DeleteQuickConnectInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
sourcepub fn quick_connect_id(&self) -> Option<&str>
pub fn quick_connect_id(&self) -> Option<&str>
The identifier for the quick connect.
Trait Implementations
sourceimpl Clone for DeleteQuickConnectInput
impl Clone for DeleteQuickConnectInput
sourcefn clone(&self) -> DeleteQuickConnectInput
fn clone(&self) -> DeleteQuickConnectInput
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 Debug for DeleteQuickConnectInput
impl Debug for DeleteQuickConnectInput
sourceimpl PartialEq<DeleteQuickConnectInput> for DeleteQuickConnectInput
impl PartialEq<DeleteQuickConnectInput> for DeleteQuickConnectInput
sourcefn eq(&self, other: &DeleteQuickConnectInput) -> bool
fn eq(&self, other: &DeleteQuickConnectInput) -> bool
impl StructuralPartialEq for DeleteQuickConnectInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteQuickConnectInput
impl Send for DeleteQuickConnectInput
impl Sync for DeleteQuickConnectInput
impl Unpin for DeleteQuickConnectInput
impl UnwindSafe for DeleteQuickConnectInput
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