#[non_exhaustive]pub struct TransitGatewayPeeringAttachmentOptions { /* private fields */ }
Expand description
Describes dynamic routing for the transit gateway peering attachment.
Implementations§
source§impl TransitGatewayPeeringAttachmentOptions
impl TransitGatewayPeeringAttachmentOptions
sourcepub fn dynamic_routing(&self) -> Option<&DynamicRoutingValue>
pub fn dynamic_routing(&self) -> Option<&DynamicRoutingValue>
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
source§impl TransitGatewayPeeringAttachmentOptions
impl TransitGatewayPeeringAttachmentOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPeeringAttachmentOptions
.
Trait Implementations§
source§impl Clone for TransitGatewayPeeringAttachmentOptions
impl Clone for TransitGatewayPeeringAttachmentOptions
source§fn clone(&self) -> TransitGatewayPeeringAttachmentOptions
fn clone(&self) -> TransitGatewayPeeringAttachmentOptions
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<TransitGatewayPeeringAttachmentOptions> for TransitGatewayPeeringAttachmentOptions
impl PartialEq<TransitGatewayPeeringAttachmentOptions> for TransitGatewayPeeringAttachmentOptions
source§fn eq(&self, other: &TransitGatewayPeeringAttachmentOptions) -> bool
fn eq(&self, other: &TransitGatewayPeeringAttachmentOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.