pub struct CreateTransitGatewayVpcAttachmentRequestOptions {
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 CreateTransitGatewayVpcAttachmentRequestOptions
impl Clone for CreateTransitGatewayVpcAttachmentRequestOptions
Source§fn clone(&self) -> CreateTransitGatewayVpcAttachmentRequestOptions
fn clone(&self) -> CreateTransitGatewayVpcAttachmentRequestOptions
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 CreateTransitGatewayVpcAttachmentRequestOptions
impl Default for CreateTransitGatewayVpcAttachmentRequestOptions
Source§fn default() -> CreateTransitGatewayVpcAttachmentRequestOptions
fn default() -> CreateTransitGatewayVpcAttachmentRequestOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateTransitGatewayVpcAttachmentRequestOptions
impl PartialEq for CreateTransitGatewayVpcAttachmentRequestOptions
Source§fn eq(&self, other: &CreateTransitGatewayVpcAttachmentRequestOptions) -> bool
fn eq(&self, other: &CreateTransitGatewayVpcAttachmentRequestOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateTransitGatewayVpcAttachmentRequestOptions
Auto Trait Implementations§
impl Freeze for CreateTransitGatewayVpcAttachmentRequestOptions
impl RefUnwindSafe for CreateTransitGatewayVpcAttachmentRequestOptions
impl Send for CreateTransitGatewayVpcAttachmentRequestOptions
impl Sync for CreateTransitGatewayVpcAttachmentRequestOptions
impl Unpin for CreateTransitGatewayVpcAttachmentRequestOptions
impl UnwindSafe for CreateTransitGatewayVpcAttachmentRequestOptions
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