#[non_exhaustive]pub struct RejectInboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.RejectInboundCrossClusterSearchConnection
Implementations§
source§impl RejectInboundCrossClusterSearchConnectionInput
impl RejectInboundCrossClusterSearchConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RejectInboundCrossClusterSearchConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RejectInboundCrossClusterSearchConnectionInput
.
source§impl RejectInboundCrossClusterSearchConnectionInput
impl RejectInboundCrossClusterSearchConnectionInput
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 reject.
Trait Implementations§
source§impl Clone for RejectInboundCrossClusterSearchConnectionInput
impl Clone for RejectInboundCrossClusterSearchConnectionInput
source§fn clone(&self) -> RejectInboundCrossClusterSearchConnectionInput
fn clone(&self) -> RejectInboundCrossClusterSearchConnectionInput
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<RejectInboundCrossClusterSearchConnectionInput> for RejectInboundCrossClusterSearchConnectionInput
impl PartialEq<RejectInboundCrossClusterSearchConnectionInput> for RejectInboundCrossClusterSearchConnectionInput
source§fn eq(&self, other: &RejectInboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &RejectInboundCrossClusterSearchConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.