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