#[non_exhaustive]pub struct DescribeOutboundConnectionsInput { /* private fields */ }
Expand description
Container for the parameters to the DescribeOutboundConnections
operation.
Implementations§
source§impl DescribeOutboundConnectionsInput
impl DescribeOutboundConnectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOutboundConnections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOutboundConnections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeOutboundConnections
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOutboundConnectionsInput
.
source§impl DescribeOutboundConnectionsInput
impl DescribeOutboundConnectionsInput
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
List of filter names and values that you can use for requests.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial DescribeOutboundConnections
operation returns a nextToken
, you can include the returned nextToken
in subsequent DescribeOutboundConnections
operations, which returns results in the next page.
Trait Implementations§
source§impl Clone for DescribeOutboundConnectionsInput
impl Clone for DescribeOutboundConnectionsInput
source§fn clone(&self) -> DescribeOutboundConnectionsInput
fn clone(&self) -> DescribeOutboundConnectionsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeOutboundConnectionsInput> for DescribeOutboundConnectionsInput
impl PartialEq<DescribeOutboundConnectionsInput> for DescribeOutboundConnectionsInput
source§fn eq(&self, other: &DescribeOutboundConnectionsInput) -> bool
fn eq(&self, other: &DescribeOutboundConnectionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.