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