pub struct ModifyTransitGatewayVpcAttachmentRequestOptions {
pub dns_support: Option<String>,
pub ipv_6_support: Option<String>,
}Expand description
Describes the options for a VPC attachment.
Fields§
§dns_support: Option<String>Enable or disable DNS support. The default is enable.
ipv_6_support: Option<String>Enable or disable IPv6 support. The default is enable.
Trait Implementations§
Source§impl Clone for ModifyTransitGatewayVpcAttachmentRequestOptions
impl Clone for ModifyTransitGatewayVpcAttachmentRequestOptions
Source§fn clone(&self) -> ModifyTransitGatewayVpcAttachmentRequestOptions
fn clone(&self) -> ModifyTransitGatewayVpcAttachmentRequestOptions
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 ModifyTransitGatewayVpcAttachmentRequestOptions
impl Default for ModifyTransitGatewayVpcAttachmentRequestOptions
Source§fn default() -> ModifyTransitGatewayVpcAttachmentRequestOptions
fn default() -> ModifyTransitGatewayVpcAttachmentRequestOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyTransitGatewayVpcAttachmentRequestOptions
impl PartialEq for ModifyTransitGatewayVpcAttachmentRequestOptions
Source§fn eq(&self, other: &ModifyTransitGatewayVpcAttachmentRequestOptions) -> bool
fn eq(&self, other: &ModifyTransitGatewayVpcAttachmentRequestOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyTransitGatewayVpcAttachmentRequestOptions
Auto Trait Implementations§
impl Freeze for ModifyTransitGatewayVpcAttachmentRequestOptions
impl RefUnwindSafe for ModifyTransitGatewayVpcAttachmentRequestOptions
impl Send for ModifyTransitGatewayVpcAttachmentRequestOptions
impl Sync for ModifyTransitGatewayVpcAttachmentRequestOptions
impl Unpin for ModifyTransitGatewayVpcAttachmentRequestOptions
impl UnwindSafe for ModifyTransitGatewayVpcAttachmentRequestOptions
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