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