Struct aws_sdk_ec2::model::CertificateAuthentication
source · [−]#[non_exhaustive]pub struct CertificateAuthentication { /* private fields */ }
Expand description
Information about the client certificate used for authentication.
Implementations
sourceimpl CertificateAuthentication
impl CertificateAuthentication
sourcepub fn client_root_certificate_chain(&self) -> Option<&str>
pub fn client_root_certificate_chain(&self) -> Option<&str>
The ARN of the client certificate.
sourceimpl CertificateAuthentication
impl CertificateAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CertificateAuthentication
.
Trait Implementations
sourceimpl Clone for CertificateAuthentication
impl Clone for CertificateAuthentication
sourcefn clone(&self) -> CertificateAuthentication
fn clone(&self) -> CertificateAuthentication
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CertificateAuthentication
impl Debug for CertificateAuthentication
sourceimpl PartialEq<CertificateAuthentication> for CertificateAuthentication
impl PartialEq<CertificateAuthentication> for CertificateAuthentication
sourcefn eq(&self, other: &CertificateAuthentication) -> bool
fn eq(&self, other: &CertificateAuthentication) -> bool
impl StructuralPartialEq for CertificateAuthentication
Auto Trait Implementations
impl RefUnwindSafe for CertificateAuthentication
impl Send for CertificateAuthentication
impl Sync for CertificateAuthentication
impl Unpin for CertificateAuthentication
impl UnwindSafe for CertificateAuthentication
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