#[non_exhaustive]pub struct DeleteInboundCrossClusterSearchConnectionOutput { /* private fields */ }
Expand description
The result of a
operation. Contains details of deleted inbound connection.DeleteInboundCrossClusterSearchConnection
Implementations
sourceimpl DeleteInboundCrossClusterSearchConnectionOutput
impl DeleteInboundCrossClusterSearchConnectionOutput
sourcepub fn cross_cluster_search_connection(
&self
) -> Option<&InboundCrossClusterSearchConnection>
pub fn cross_cluster_search_connection(
&self
) -> Option<&InboundCrossClusterSearchConnection>
Specifies the
of deleted inbound connection. InboundCrossClusterSearchConnection
sourceimpl DeleteInboundCrossClusterSearchConnectionOutput
impl DeleteInboundCrossClusterSearchConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteInboundCrossClusterSearchConnectionOutput
.
Trait Implementations
sourceimpl Clone for DeleteInboundCrossClusterSearchConnectionOutput
impl Clone for DeleteInboundCrossClusterSearchConnectionOutput
sourcefn clone(&self) -> DeleteInboundCrossClusterSearchConnectionOutput
fn clone(&self) -> DeleteInboundCrossClusterSearchConnectionOutput
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<DeleteInboundCrossClusterSearchConnectionOutput> for DeleteInboundCrossClusterSearchConnectionOutput
impl PartialEq<DeleteInboundCrossClusterSearchConnectionOutput> for DeleteInboundCrossClusterSearchConnectionOutput
sourcefn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionOutput) -> bool
fn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionOutput) -> bool
impl StructuralPartialEq for DeleteInboundCrossClusterSearchConnectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteInboundCrossClusterSearchConnectionOutput
impl Send for DeleteInboundCrossClusterSearchConnectionOutput
impl Sync for DeleteInboundCrossClusterSearchConnectionOutput
impl Unpin for DeleteInboundCrossClusterSearchConnectionOutput
impl UnwindSafe for DeleteInboundCrossClusterSearchConnectionOutput
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