Struct aws_sdk_directconnect::input::DescribeDirectConnectGatewaysInput [−][src]
#[non_exhaustive]pub struct DescribeDirectConnectGatewaysInput {
pub direct_connect_gateway_id: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
}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.direct_connect_gateway_id: Option<String>The ID of the Direct Connect gateway.
max_results: Option<i32>The maximum number of results to return with a single call.
To retrieve the remaining results, make another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are
returned.
next_token: Option<String>The token provided in the previous call to retrieve the next page.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGateways, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGateways, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDirectConnectGateways>
Creates a new builder-style object to manufacture DescribeDirectConnectGatewaysInput
The ID of the Direct Connect gateway.
The maximum number of results to return with a single call.
To retrieve the remaining results, make another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are
returned.
The token provided in the previous call to retrieve the next page.
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 DescribeDirectConnectGatewaysInput
impl Sync for DescribeDirectConnectGatewaysInput
impl Unpin for DescribeDirectConnectGatewaysInput
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
