Struct aws_sdk_directconnect::model::MacSecKey
source · [−]#[non_exhaustive]pub struct MacSecKey { /* private fields */ }
Expand description
Information about the MAC Security (MACsec) secret key.
Implementations
sourceimpl MacSecKey
impl MacSecKey
sourcepub fn secret_arn(&self) -> Option<&str>
pub fn secret_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
sourcepub fn ckn(&self) -> Option<&str>
pub fn ckn(&self) -> Option<&str>
The Connection Key Name (CKN) for the MAC Security secret key.
sourcepub fn state(&self) -> Option<&str>
pub fn state(&self) -> Option<&str>
The state of the MAC Security (MACsec) secret key.
The possible values are:
-
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated with the connection or LAG. -
associated
: The MAC Security (MACsec) secret key is validated and associated with the connection or LAG. -
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the connection or LAG -
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the connection or LAG.
Trait Implementations
impl StructuralPartialEq for MacSecKey
Auto Trait Implementations
impl RefUnwindSafe for MacSecKey
impl Send for MacSecKey
impl Sync for MacSecKey
impl Unpin for MacSecKey
impl UnwindSafe for MacSecKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more