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