Struct aws_sdk_elasticsearch::output::DescribeOutboundCrossClusterSearchConnectionsOutput  [−][src]
#[non_exhaustive]pub struct DescribeOutboundCrossClusterSearchConnectionsOutput {
    pub cross_cluster_search_connections: Option<Vec<OutboundCrossClusterSearchConnection>>,
    pub next_token: Option<String>,
}Expand description
The result of a DescribeOutboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cross_cluster_search_connections: Option<Vec<OutboundCrossClusterSearchConnection>>Consists of list of OutboundCrossClusterSearchConnection matching the specified filter criteria.
next_token: Option<String>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.
Implementations
pub fn cross_cluster_search_connections(
    &self
) -> Option<&[OutboundCrossClusterSearchConnection]>
pub fn cross_cluster_search_connections(
    &self
) -> Option<&[OutboundCrossClusterSearchConnection]>
Consists of list of OutboundCrossClusterSearchConnection matching the specified filter criteria.
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.
Creates a new builder-style object to manufacture DescribeOutboundCrossClusterSearchConnectionsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
