#[non_exhaustive]pub struct GetCustomerGatewayAssociationsInput {
pub global_network_id: Option<String>,
pub customer_gateway_arns: Option<Vec<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.global_network_id: Option<String>
The ID of the global network.
customer_gateway_arns: Option<Vec<String>>
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
max_results: Option<i32>
The maximum number of results to return.
next_token: Option<String>
The token for the next page of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCustomerGatewayAssociations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCustomerGatewayAssociations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetCustomerGatewayAssociations
>
Creates a new builder-style object to manufacture GetCustomerGatewayAssociationsInput
The ID of the global network.
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
The maximum number of results to return.
The token for the next page of results.
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 GetCustomerGatewayAssociationsInput
impl Sync for GetCustomerGatewayAssociationsInput
impl Unpin for GetCustomerGatewayAssociationsInput
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