Struct aws_sdk_elasticsearch::input::DescribeInboundCrossClusterSearchConnectionsInput [−][src]
#[non_exhaustive]pub struct DescribeInboundCrossClusterSearchConnectionsInput {
pub filters: Option<Vec<Filter>>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for the parameters to the DescribeInboundCrossClusterSearchConnections
operation.
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.filters: Option<Vec<Filter>>
A list of filters used to match properties for inbound cross-cluster search connection.
Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-domain-info.domain-name
max_results: i32
Set this value to limit the number of results returned. If not specified, defaults to 100.
next_token: Option<String>
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInboundCrossClusterSearchConnections, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInboundCrossClusterSearchConnections, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeInboundCrossClusterSearchConnections
>
Creates a new builder-style object to manufacture DescribeInboundCrossClusterSearchConnectionsInput
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