Struct aws_sdk_directconnect::client::fluent_builders::DescribeDirectConnectGatewayAttachments [−][src]
pub struct DescribeDirectConnectGatewayAttachments<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeDirectConnectGatewayAttachments.
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
Implementations
impl<C, M, R> DescribeDirectConnectGatewayAttachments<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeDirectConnectGatewayAttachments<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeDirectConnectGatewayAttachmentsOutput, SdkError<DescribeDirectConnectGatewayAttachmentsError>> where
R::Policy: SmithyRetryPolicy<DescribeDirectConnectGatewayAttachmentsInputOperationOutputAlias, DescribeDirectConnectGatewayAttachmentsOutput, DescribeDirectConnectGatewayAttachmentsError, DescribeDirectConnectGatewayAttachmentsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeDirectConnectGatewayAttachmentsOutput, SdkError<DescribeDirectConnectGatewayAttachmentsError>> where
R::Policy: SmithyRetryPolicy<DescribeDirectConnectGatewayAttachmentsInputOperationOutputAlias, DescribeDirectConnectGatewayAttachmentsOutput, DescribeDirectConnectGatewayAttachmentsError, DescribeDirectConnectGatewayAttachmentsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID of the Direct Connect gateway.
The ID of the Direct Connect gateway.
The ID of the virtual interface.
The ID of the virtual interface.
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 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.
The token provided in the previous call to retrieve the next page.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeDirectConnectGatewayAttachments<C, M, R>
impl<C, M, R> Send for DescribeDirectConnectGatewayAttachments<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeDirectConnectGatewayAttachments<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeDirectConnectGatewayAttachments<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeDirectConnectGatewayAttachments<C, M, R>
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