Struct aws_sdk_directconnect::input::DescribeDirectConnectGatewayAssociationsInput [−][src]
#[non_exhaustive]pub struct DescribeDirectConnectGatewayAssociationsInput {
pub association_id: Option<String>,
pub associated_gateway_id: Option<String>,
pub direct_connect_gateway_id: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
pub virtual_gateway_id: 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.association_id: Option<String>The ID of the Direct Connect gateway association.
associated_gateway_id: Option<String>The ID of the associated gateway.
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.
virtual_gateway_id: Option<String>The ID of the virtual private gateway or transit gateway.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGatewayAssociations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGatewayAssociations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDirectConnectGatewayAssociations>
Creates a new builder-style object to manufacture DescribeDirectConnectGatewayAssociationsInput
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
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