Struct aws_sdk_elasticsearch::output::DescribeOutboundCrossClusterSearchConnectionsOutput
source · [−]#[non_exhaustive]pub struct DescribeOutboundCrossClusterSearchConnectionsOutput { /* private fields */ }
Expand description
The result of a
request. Contains the list of connections matching the filter criteria.DescribeOutboundCrossClusterSearchConnections
Implementations
sourceimpl DescribeOutboundCrossClusterSearchConnectionsOutput
impl DescribeOutboundCrossClusterSearchConnectionsOutput
sourcepub fn cross_cluster_search_connections(
&self
) -> Option<&[OutboundCrossClusterSearchConnection]>
pub fn cross_cluster_search_connections(
&self
) -> Option<&[OutboundCrossClusterSearchConnection]>
Consists of list of
matching the specified filter criteria.OutboundCrossClusterSearchConnection
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
sourceimpl DescribeOutboundCrossClusterSearchConnectionsOutput
impl DescribeOutboundCrossClusterSearchConnectionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOutboundCrossClusterSearchConnectionsOutput
.
Trait Implementations
sourceimpl Clone for DescribeOutboundCrossClusterSearchConnectionsOutput
impl Clone for DescribeOutboundCrossClusterSearchConnectionsOutput
sourcefn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsOutput
fn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsOutput
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<DescribeOutboundCrossClusterSearchConnectionsOutput> for DescribeOutboundCrossClusterSearchConnectionsOutput
impl PartialEq<DescribeOutboundCrossClusterSearchConnectionsOutput> for DescribeOutboundCrossClusterSearchConnectionsOutput
sourcefn eq(&self, other: &DescribeOutboundCrossClusterSearchConnectionsOutput) -> bool
fn eq(&self, other: &DescribeOutboundCrossClusterSearchConnectionsOutput) -> bool
impl StructuralPartialEq for DescribeOutboundCrossClusterSearchConnectionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeOutboundCrossClusterSearchConnectionsOutput
impl Send for DescribeOutboundCrossClusterSearchConnectionsOutput
impl Sync for DescribeOutboundCrossClusterSearchConnectionsOutput
impl Unpin for DescribeOutboundCrossClusterSearchConnectionsOutput
impl UnwindSafe for DescribeOutboundCrossClusterSearchConnectionsOutput
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