#[non_exhaustive]pub struct CertificateAuthenticationRequest { /* private fields */ }Expand description
Information about the client certificate to be used for authentication.
Implementations§
source§impl CertificateAuthenticationRequest
impl CertificateAuthenticationRequest
sourcepub fn client_root_certificate_chain_arn(&self) -> Option<&str>
pub fn client_root_certificate_chain_arn(&self) -> Option<&str>
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
source§impl CertificateAuthenticationRequest
impl CertificateAuthenticationRequest
sourcepub fn builder() -> CertificateAuthenticationRequestBuilder
pub fn builder() -> CertificateAuthenticationRequestBuilder
Creates a new builder-style object to manufacture CertificateAuthenticationRequest.
Trait Implementations§
source§impl Clone for CertificateAuthenticationRequest
impl Clone for CertificateAuthenticationRequest
source§fn clone(&self) -> CertificateAuthenticationRequest
fn clone(&self) -> CertificateAuthenticationRequest
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 PartialEq<CertificateAuthenticationRequest> for CertificateAuthenticationRequest
impl PartialEq<CertificateAuthenticationRequest> for CertificateAuthenticationRequest
source§fn eq(&self, other: &CertificateAuthenticationRequest) -> bool
fn eq(&self, other: &CertificateAuthenticationRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.