Struct aws_sdk_opensearch::input::DescribeInboundConnectionsInput [−][src]
#[non_exhaustive]pub struct DescribeInboundConnectionsInput {
pub filters: Option<Vec<Filter>>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for the parameters to the
DescribeInboundConnections
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 connections.
Available
Filter
values are:
- connection-id
- local-domain-info.domain-name
- local-domain-info.owner-id
- local-domain-info.region
- remote-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>
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 async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInboundConnections, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInboundConnections, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeInboundConnections
>
Creates a new builder-style object to manufacture DescribeInboundConnectionsInput
A list of filters used to match properties for inbound cross-cluster connections.
Available
Filter
values are:
- connection-id
- local-domain-info.domain-name
- local-domain-info.owner-id
- local-domain-info.region
- remote-domain-info.domain-name
Set this value to limit the number of results returned. If not specified, defaults to 100.
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.
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
impl Send for DescribeInboundConnectionsInput
impl Sync for DescribeInboundConnectionsInput
impl Unpin for DescribeInboundConnectionsInput
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