Struct aws_sdk_acm::output::DescribeCertificateOutput
source · #[non_exhaustive]pub struct DescribeCertificateOutput { /* private fields */ }
Implementations§
source§impl DescribeCertificateOutput
impl DescribeCertificateOutput
sourcepub fn certificate(&self) -> Option<&CertificateDetail>
pub fn certificate(&self) -> Option<&CertificateDetail>
Metadata about an ACM certificate.
source§impl DescribeCertificateOutput
impl DescribeCertificateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCertificateOutput
.
Trait Implementations§
source§impl Clone for DescribeCertificateOutput
impl Clone for DescribeCertificateOutput
source§fn clone(&self) -> DescribeCertificateOutput
fn clone(&self) -> DescribeCertificateOutput
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 DescribeCertificateOutput
impl Debug for DescribeCertificateOutput
source§impl PartialEq<DescribeCertificateOutput> for DescribeCertificateOutput
impl PartialEq<DescribeCertificateOutput> for DescribeCertificateOutput
source§fn eq(&self, other: &DescribeCertificateOutput) -> bool
fn eq(&self, other: &DescribeCertificateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.