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§
source§impl 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.
source§impl CertificateAuthentication
impl CertificateAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CertificateAuthentication
.
Trait Implementations§
source§impl Clone for CertificateAuthentication
impl Clone for CertificateAuthentication
source§fn clone(&self) -> CertificateAuthentication
fn clone(&self) -> CertificateAuthentication
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 CertificateAuthentication
impl Debug for CertificateAuthentication
source§impl PartialEq<CertificateAuthentication> for CertificateAuthentication
impl PartialEq<CertificateAuthentication> for CertificateAuthentication
source§fn eq(&self, other: &CertificateAuthentication) -> bool
fn eq(&self, other: &CertificateAuthentication) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.