#[non_exhaustive]pub struct TransitGatewayPeeringAttachmentOptions { /* private fields */ }
Expand description
Describes dynamic routing for the transit gateway peering attachment.
Implementations
sourceimpl 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.
sourceimpl TransitGatewayPeeringAttachmentOptions
impl TransitGatewayPeeringAttachmentOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPeeringAttachmentOptions
.
Trait Implementations
sourceimpl Clone for TransitGatewayPeeringAttachmentOptions
impl Clone for TransitGatewayPeeringAttachmentOptions
sourcefn clone(&self) -> TransitGatewayPeeringAttachmentOptions
fn clone(&self) -> TransitGatewayPeeringAttachmentOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<TransitGatewayPeeringAttachmentOptions> for TransitGatewayPeeringAttachmentOptions
impl PartialEq<TransitGatewayPeeringAttachmentOptions> for TransitGatewayPeeringAttachmentOptions
sourcefn eq(&self, other: &TransitGatewayPeeringAttachmentOptions) -> bool
fn eq(&self, other: &TransitGatewayPeeringAttachmentOptions) -> bool
impl StructuralPartialEq for TransitGatewayPeeringAttachmentOptions
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayPeeringAttachmentOptions
impl Send for TransitGatewayPeeringAttachmentOptions
impl Sync for TransitGatewayPeeringAttachmentOptions
impl Unpin for TransitGatewayPeeringAttachmentOptions
impl UnwindSafe for TransitGatewayPeeringAttachmentOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more