Struct aws_sdk_workspacesweb::model::Certificate
source · #[non_exhaustive]pub struct Certificate { /* private fields */ }
Expand description
The certificate.
Implementations§
source§impl Certificate
impl Certificate
sourcepub fn thumbprint(&self) -> Option<&str>
pub fn thumbprint(&self) -> Option<&str>
A hexadecimal identifier for the certificate.
sourcepub fn not_valid_before(&self) -> Option<&DateTime>
pub fn not_valid_before(&self) -> Option<&DateTime>
The certificate is not valid before this date.
sourcepub fn not_valid_after(&self) -> Option<&DateTime>
pub fn not_valid_after(&self) -> Option<&DateTime>
The certificate is not valid after this date.
source§impl Certificate
impl Certificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Certificate
.
Trait Implementations§
source§impl Clone for Certificate
impl Clone for Certificate
source§fn clone(&self) -> Certificate
fn clone(&self) -> Certificate
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 Certificate
impl Debug for Certificate
source§impl PartialEq<Certificate> for Certificate
impl PartialEq<Certificate> for Certificate
source§fn eq(&self, other: &Certificate) -> bool
fn eq(&self, other: &Certificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.