#[non_exhaustive]pub struct CreateCertificateFromCsrOutput { /* private fields */ }
Expand description
The output from the CreateCertificateFromCsr operation.
Implementations§
source§impl CreateCertificateFromCsrOutput
impl CreateCertificateFromCsrOutput
sourcepub fn certificate_arn(&self) -> Option<&str>
pub fn certificate_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
sourcepub fn certificate_id(&self) -> Option<&str>
pub fn certificate_id(&self) -> Option<&str>
The ID of the certificate. Certificate management operations only take a certificateId.
sourcepub fn certificate_pem(&self) -> Option<&str>
pub fn certificate_pem(&self) -> Option<&str>
The certificate data, in PEM format.
source§impl CreateCertificateFromCsrOutput
impl CreateCertificateFromCsrOutput
sourcepub fn builder() -> CreateCertificateFromCsrOutputBuilder
pub fn builder() -> CreateCertificateFromCsrOutputBuilder
Creates a new builder-style object to manufacture CreateCertificateFromCsrOutput
.
Trait Implementations§
source§impl Clone for CreateCertificateFromCsrOutput
impl Clone for CreateCertificateFromCsrOutput
source§fn clone(&self) -> CreateCertificateFromCsrOutput
fn clone(&self) -> CreateCertificateFromCsrOutput
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<CreateCertificateFromCsrOutput> for CreateCertificateFromCsrOutput
impl PartialEq<CreateCertificateFromCsrOutput> for CreateCertificateFromCsrOutput
source§fn eq(&self, other: &CreateCertificateFromCsrOutput) -> bool
fn eq(&self, other: &CreateCertificateFromCsrOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateCertificateFromCsrOutput
impl RequestId for CreateCertificateFromCsrOutput
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.