#[non_exhaustive]pub struct DeleteInboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.DeleteInboundCrossClusterSearchConnection
Implementations
sourceimpl DeleteInboundCrossClusterSearchConnectionInput
impl DeleteInboundCrossClusterSearchConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteInboundCrossClusterSearchConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteInboundCrossClusterSearchConnectionInput
.
sourceimpl DeleteInboundCrossClusterSearchConnectionInput
impl DeleteInboundCrossClusterSearchConnectionInput
sourcepub fn cross_cluster_search_connection_id(&self) -> Option<&str>
pub fn cross_cluster_search_connection_id(&self) -> Option<&str>
The id of the inbound connection that you want to permanently delete.
Trait Implementations
sourceimpl Clone for DeleteInboundCrossClusterSearchConnectionInput
impl Clone for DeleteInboundCrossClusterSearchConnectionInput
sourcefn clone(&self) -> DeleteInboundCrossClusterSearchConnectionInput
fn clone(&self) -> DeleteInboundCrossClusterSearchConnectionInput
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<DeleteInboundCrossClusterSearchConnectionInput> for DeleteInboundCrossClusterSearchConnectionInput
impl PartialEq<DeleteInboundCrossClusterSearchConnectionInput> for DeleteInboundCrossClusterSearchConnectionInput
sourcefn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionInput) -> bool
impl StructuralPartialEq for DeleteInboundCrossClusterSearchConnectionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteInboundCrossClusterSearchConnectionInput
impl Send for DeleteInboundCrossClusterSearchConnectionInput
impl Sync for DeleteInboundCrossClusterSearchConnectionInput
impl Unpin for DeleteInboundCrossClusterSearchConnectionInput
impl UnwindSafe for DeleteInboundCrossClusterSearchConnectionInput
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