#[non_exhaustive]pub struct RejectInboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.RejectInboundCrossClusterSearchConnection
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for RejectInboundCrossClusterSearchConnectionInput
impl Clone for RejectInboundCrossClusterSearchConnectionInput
sourcefn clone(&self) -> RejectInboundCrossClusterSearchConnectionInput
fn clone(&self) -> RejectInboundCrossClusterSearchConnectionInput
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<RejectInboundCrossClusterSearchConnectionInput> for RejectInboundCrossClusterSearchConnectionInput
impl PartialEq<RejectInboundCrossClusterSearchConnectionInput> for RejectInboundCrossClusterSearchConnectionInput
sourcefn eq(&self, other: &RejectInboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &RejectInboundCrossClusterSearchConnectionInput) -> bool
impl StructuralPartialEq for RejectInboundCrossClusterSearchConnectionInput
Auto Trait Implementations
impl RefUnwindSafe for RejectInboundCrossClusterSearchConnectionInput
impl Send for RejectInboundCrossClusterSearchConnectionInput
impl Sync for RejectInboundCrossClusterSearchConnectionInput
impl Unpin for RejectInboundCrossClusterSearchConnectionInput
impl UnwindSafe for RejectInboundCrossClusterSearchConnectionInput
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