#[non_exhaustive]pub struct DisassociateCustomerGatewayInput { /* private fields */ }
Implementations§
source§impl DisassociateCustomerGatewayInput
impl DisassociateCustomerGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateCustomerGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateCustomerGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateCustomerGateway
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateCustomerGatewayInput
.
source§impl DisassociateCustomerGatewayInput
impl DisassociateCustomerGatewayInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn customer_gateway_arn(&self) -> Option<&str>
pub fn customer_gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the customer gateway.
Trait Implementations§
source§impl Clone for DisassociateCustomerGatewayInput
impl Clone for DisassociateCustomerGatewayInput
source§fn clone(&self) -> DisassociateCustomerGatewayInput
fn clone(&self) -> DisassociateCustomerGatewayInput
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<DisassociateCustomerGatewayInput> for DisassociateCustomerGatewayInput
impl PartialEq<DisassociateCustomerGatewayInput> for DisassociateCustomerGatewayInput
source§fn eq(&self, other: &DisassociateCustomerGatewayInput) -> bool
fn eq(&self, other: &DisassociateCustomerGatewayInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.