pub struct TransitGatewayVpcAttachmentOptions {
pub dns_support: Option<String>,
pub ipv_6_support: Option<String>,
}Expand description
Describes the VPC attachment options.
Fields§
§dns_support: Option<String>Indicates whether DNS support is enabled.
ipv_6_support: Option<String>Indicates whether IPv6 support is disabled.
Trait Implementations§
Source§impl Clone for TransitGatewayVpcAttachmentOptions
impl Clone for TransitGatewayVpcAttachmentOptions
Source§fn clone(&self) -> TransitGatewayVpcAttachmentOptions
fn clone(&self) -> TransitGatewayVpcAttachmentOptions
Returns a duplicate 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 Default for TransitGatewayVpcAttachmentOptions
impl Default for TransitGatewayVpcAttachmentOptions
Source§fn default() -> TransitGatewayVpcAttachmentOptions
fn default() -> TransitGatewayVpcAttachmentOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransitGatewayVpcAttachmentOptions
impl PartialEq for TransitGatewayVpcAttachmentOptions
Source§fn eq(&self, other: &TransitGatewayVpcAttachmentOptions) -> bool
fn eq(&self, other: &TransitGatewayVpcAttachmentOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransitGatewayVpcAttachmentOptions
Auto Trait Implementations§
impl Freeze for TransitGatewayVpcAttachmentOptions
impl RefUnwindSafe for TransitGatewayVpcAttachmentOptions
impl Send for TransitGatewayVpcAttachmentOptions
impl Sync for TransitGatewayVpcAttachmentOptions
impl Unpin for TransitGatewayVpcAttachmentOptions
impl UnwindSafe for TransitGatewayVpcAttachmentOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more