#[non_exhaustive]pub struct DescribeInboundConnectionsOutput {
pub connections: Option<Vec<InboundConnection>>,
pub next_token: Option<String>,
}
Expand description
The result of a
request. Contains a list of connections matching the filter criteria. DescribeInboundConnections
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.connections: Option<Vec<InboundConnection>>
A list of
matching the specified filter criteria. InboundConnection
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
A list of
matching the specified filter criteria. InboundConnection
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 DescribeInboundConnectionsOutput
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 DescribeInboundConnectionsOutput
impl Sync for DescribeInboundConnectionsOutput
impl Unpin for DescribeInboundConnectionsOutput
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