#[non_exhaustive]pub struct DisableVgwRoutePropagationInput { /* private fields */ }
Expand description
Contains the parameters for DisableVgwRoutePropagation.
Implementations§
source§impl DisableVgwRoutePropagationInput
impl DisableVgwRoutePropagationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableVgwRoutePropagation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableVgwRoutePropagation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableVgwRoutePropagation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableVgwRoutePropagationInput
.
source§impl DisableVgwRoutePropagationInput
impl DisableVgwRoutePropagationInput
sourcepub fn gateway_id(&self) -> Option<&str>
pub fn gateway_id(&self) -> Option<&str>
The ID of the virtual private gateway.
sourcepub fn route_table_id(&self) -> Option<&str>
pub fn route_table_id(&self) -> Option<&str>
The ID of the route table.
Trait Implementations§
source§impl Clone for DisableVgwRoutePropagationInput
impl Clone for DisableVgwRoutePropagationInput
source§fn clone(&self) -> DisableVgwRoutePropagationInput
fn clone(&self) -> DisableVgwRoutePropagationInput
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<DisableVgwRoutePropagationInput> for DisableVgwRoutePropagationInput
impl PartialEq<DisableVgwRoutePropagationInput> for DisableVgwRoutePropagationInput
source§fn eq(&self, other: &DisableVgwRoutePropagationInput) -> bool
fn eq(&self, other: &DisableVgwRoutePropagationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.