pub struct CertificateAuthentication {
pub client_root_certificate_chain: Option<String>,
}Expand description
Information about the client certificate used for authentication.
Fields§
§client_root_certificate_chain: Option<String>The ARN of the client certificate.
Trait Implementations§
Source§impl Clone for CertificateAuthentication
impl Clone for CertificateAuthentication
Source§fn clone(&self) -> CertificateAuthentication
fn clone(&self) -> CertificateAuthentication
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 Debug for CertificateAuthentication
impl Debug for CertificateAuthentication
Source§impl Default for CertificateAuthentication
impl Default for CertificateAuthentication
Source§fn default() -> CertificateAuthentication
fn default() -> CertificateAuthentication
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CertificateAuthentication
Auto Trait Implementations§
impl Freeze for CertificateAuthentication
impl RefUnwindSafe for CertificateAuthentication
impl Send for CertificateAuthentication
impl Sync for CertificateAuthentication
impl Unpin for CertificateAuthentication
impl UnwindSafe for CertificateAuthentication
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