#[non_exhaustive]pub struct DeleteOutboundCrossClusterSearchConnectionOutput { /* private fields */ }
Expand description
The result of a
operation. Contains details of deleted outbound connection.DeleteOutboundCrossClusterSearchConnection
Implementations§
source§impl DeleteOutboundCrossClusterSearchConnectionOutput
impl DeleteOutboundCrossClusterSearchConnectionOutput
sourcepub fn cross_cluster_search_connection(
&self
) -> Option<&OutboundCrossClusterSearchConnection>
pub fn cross_cluster_search_connection(
&self
) -> Option<&OutboundCrossClusterSearchConnection>
Specifies the
of deleted outbound connection. OutboundCrossClusterSearchConnection
source§impl DeleteOutboundCrossClusterSearchConnectionOutput
impl DeleteOutboundCrossClusterSearchConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOutboundCrossClusterSearchConnectionOutput
.
Trait Implementations§
source§impl Clone for DeleteOutboundCrossClusterSearchConnectionOutput
impl Clone for DeleteOutboundCrossClusterSearchConnectionOutput
source§fn clone(&self) -> DeleteOutboundCrossClusterSearchConnectionOutput
fn clone(&self) -> DeleteOutboundCrossClusterSearchConnectionOutput
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 PartialEq<DeleteOutboundCrossClusterSearchConnectionOutput> for DeleteOutboundCrossClusterSearchConnectionOutput
impl PartialEq<DeleteOutboundCrossClusterSearchConnectionOutput> for DeleteOutboundCrossClusterSearchConnectionOutput
source§fn eq(&self, other: &DeleteOutboundCrossClusterSearchConnectionOutput) -> bool
fn eq(&self, other: &DeleteOutboundCrossClusterSearchConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.