Struct aws_sdk_elasticsearch::operation::delete_inbound_cross_cluster_search_connection::DeleteInboundCrossClusterSearchConnectionInput
source · #[non_exhaustive]pub struct DeleteInboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.DeleteInboundCrossClusterSearchConnection
Implementations§
source§impl DeleteInboundCrossClusterSearchConnectionInput
impl DeleteInboundCrossClusterSearchConnectionInput
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 permanently delete.
source§impl DeleteInboundCrossClusterSearchConnectionInput
impl DeleteInboundCrossClusterSearchConnectionInput
sourcepub fn builder() -> DeleteInboundCrossClusterSearchConnectionInputBuilder
pub fn builder() -> DeleteInboundCrossClusterSearchConnectionInputBuilder
Creates a new builder-style object to manufacture DeleteInboundCrossClusterSearchConnectionInput
.
source§impl DeleteInboundCrossClusterSearchConnectionInput
impl DeleteInboundCrossClusterSearchConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteInboundCrossClusterSearchConnection
>
Trait Implementations§
source§impl Clone for DeleteInboundCrossClusterSearchConnectionInput
impl Clone for DeleteInboundCrossClusterSearchConnectionInput
source§fn clone(&self) -> DeleteInboundCrossClusterSearchConnectionInput
fn clone(&self) -> DeleteInboundCrossClusterSearchConnectionInput
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<DeleteInboundCrossClusterSearchConnectionInput> for DeleteInboundCrossClusterSearchConnectionInput
impl PartialEq<DeleteInboundCrossClusterSearchConnectionInput> for DeleteInboundCrossClusterSearchConnectionInput
source§fn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &DeleteInboundCrossClusterSearchConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteInboundCrossClusterSearchConnectionInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteInboundCrossClusterSearchConnectionInput
impl Send for DeleteInboundCrossClusterSearchConnectionInput
impl Sync for DeleteInboundCrossClusterSearchConnectionInput
impl Unpin for DeleteInboundCrossClusterSearchConnectionInput
impl UnwindSafe for DeleteInboundCrossClusterSearchConnectionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more