Struct aws_sdk_ec2::model::IkeVersionsRequestListValue
source · #[non_exhaustive]pub struct IkeVersionsRequestListValue { /* private fields */ }
Expand description
The IKE version that is permitted for the VPN tunnel.
Implementations§
source§impl IkeVersionsRequestListValue
impl IkeVersionsRequestListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IkeVersionsRequestListValue
.
Trait Implementations§
source§impl Clone for IkeVersionsRequestListValue
impl Clone for IkeVersionsRequestListValue
source§fn clone(&self) -> IkeVersionsRequestListValue
fn clone(&self) -> IkeVersionsRequestListValue
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 Debug for IkeVersionsRequestListValue
impl Debug for IkeVersionsRequestListValue
source§impl PartialEq<IkeVersionsRequestListValue> for IkeVersionsRequestListValue
impl PartialEq<IkeVersionsRequestListValue> for IkeVersionsRequestListValue
source§fn eq(&self, other: &IkeVersionsRequestListValue) -> bool
fn eq(&self, other: &IkeVersionsRequestListValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.