#[non_exhaustive]pub struct TransferCertificateOutput { /* private fields */ }Expand description
The output from the TransferCertificate operation.
Implementations§
source§impl TransferCertificateOutput
impl TransferCertificateOutput
sourcepub fn transferred_certificate_arn(&self) -> Option<&str>
pub fn transferred_certificate_arn(&self) -> Option<&str>
The ARN of the certificate.
source§impl TransferCertificateOutput
impl TransferCertificateOutput
sourcepub fn builder() -> TransferCertificateOutputBuilder
pub fn builder() -> TransferCertificateOutputBuilder
Creates a new builder-style object to manufacture TransferCertificateOutput.
Trait Implementations§
source§impl Clone for TransferCertificateOutput
impl Clone for TransferCertificateOutput
source§fn clone(&self) -> TransferCertificateOutput
fn clone(&self) -> TransferCertificateOutput
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 TransferCertificateOutput
impl Debug for TransferCertificateOutput
source§impl PartialEq<TransferCertificateOutput> for TransferCertificateOutput
impl PartialEq<TransferCertificateOutput> for TransferCertificateOutput
source§fn eq(&self, other: &TransferCertificateOutput) -> bool
fn eq(&self, other: &TransferCertificateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for TransferCertificateOutput
impl RequestId for TransferCertificateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.