#[non_exhaustive]pub struct AcceptInboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.AcceptInboundCrossClusterSearchConnection
Implementations
sourceimpl AcceptInboundCrossClusterSearchConnectionInput
impl AcceptInboundCrossClusterSearchConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptInboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptInboundCrossClusterSearchConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceptInboundCrossClusterSearchConnectionInput
.
sourceimpl AcceptInboundCrossClusterSearchConnectionInput
impl AcceptInboundCrossClusterSearchConnectionInput
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 accept.
Trait Implementations
sourceimpl Clone for AcceptInboundCrossClusterSearchConnectionInput
impl Clone for AcceptInboundCrossClusterSearchConnectionInput
sourcefn clone(&self) -> AcceptInboundCrossClusterSearchConnectionInput
fn clone(&self) -> AcceptInboundCrossClusterSearchConnectionInput
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<AcceptInboundCrossClusterSearchConnectionInput> for AcceptInboundCrossClusterSearchConnectionInput
impl PartialEq<AcceptInboundCrossClusterSearchConnectionInput> for AcceptInboundCrossClusterSearchConnectionInput
sourcefn eq(&self, other: &AcceptInboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &AcceptInboundCrossClusterSearchConnectionInput) -> bool
impl StructuralPartialEq for AcceptInboundCrossClusterSearchConnectionInput
Auto Trait Implementations
impl RefUnwindSafe for AcceptInboundCrossClusterSearchConnectionInput
impl Send for AcceptInboundCrossClusterSearchConnectionInput
impl Sync for AcceptInboundCrossClusterSearchConnectionInput
impl Unpin for AcceptInboundCrossClusterSearchConnectionInput
impl UnwindSafe for AcceptInboundCrossClusterSearchConnectionInput
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