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