#[non_exhaustive]pub struct AwsCertificateManagerCertificateOptions { /* private fields */ }Expand description
Contains other options for the certificate.
Implementations§
source§impl AwsCertificateManagerCertificateOptions
impl AwsCertificateManagerCertificateOptions
sourcepub fn certificate_transparency_logging_preference(&self) -> Option<&str>
pub fn certificate_transparency_logging_preference(&self) -> Option<&str>
Whether to add the certificate to a transparency log.
Valid values: DISABLED | ENABLED
source§impl AwsCertificateManagerCertificateOptions
impl AwsCertificateManagerCertificateOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCertificateManagerCertificateOptions.
Trait Implementations§
source§impl Clone for AwsCertificateManagerCertificateOptions
impl Clone for AwsCertificateManagerCertificateOptions
source§fn clone(&self) -> AwsCertificateManagerCertificateOptions
fn clone(&self) -> AwsCertificateManagerCertificateOptions
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<AwsCertificateManagerCertificateOptions> for AwsCertificateManagerCertificateOptions
impl PartialEq<AwsCertificateManagerCertificateOptions> for AwsCertificateManagerCertificateOptions
source§fn eq(&self, other: &AwsCertificateManagerCertificateOptions) -> bool
fn eq(&self, other: &AwsCertificateManagerCertificateOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.