#[non_exhaustive]pub struct CertificateBasedAuthProperties { /* private fields */ }Expand description
Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.
Implementations§
source§impl CertificateBasedAuthProperties
impl CertificateBasedAuthProperties
sourcepub fn status(&self) -> Option<&CertificateBasedAuthStatusEnum>
pub fn status(&self) -> Option<&CertificateBasedAuthStatusEnum>
The status of the certificate-based authentication properties.
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
source§impl CertificateBasedAuthProperties
impl CertificateBasedAuthProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CertificateBasedAuthProperties.
Trait Implementations§
source§impl Clone for CertificateBasedAuthProperties
impl Clone for CertificateBasedAuthProperties
source§fn clone(&self) -> CertificateBasedAuthProperties
fn clone(&self) -> CertificateBasedAuthProperties
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<CertificateBasedAuthProperties> for CertificateBasedAuthProperties
impl PartialEq<CertificateBasedAuthProperties> for CertificateBasedAuthProperties
source§fn eq(&self, other: &CertificateBasedAuthProperties) -> bool
fn eq(&self, other: &CertificateBasedAuthProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.