Struct aws_sdk_elasticsearch::output::DescribeInboundCrossClusterSearchConnectionsOutput [−][src]
#[non_exhaustive]pub struct DescribeInboundCrossClusterSearchConnectionsOutput {
pub cross_cluster_search_connections: Option<Vec<InboundCrossClusterSearchConnection>>,
pub next_token: Option<String>,
}
Expand description
The result of a DescribeInboundCrossClusterSearchConnections
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<InboundCrossClusterSearchConnection>>
Consists of list of InboundCrossClusterSearchConnection
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
Creates a new builder-style object to manufacture DescribeInboundCrossClusterSearchConnectionsOutput
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