#[non_exhaustive]pub struct CreateKeysAndCertificateOutput { /* private fields */ }
Expand description
The output of the CreateKeysAndCertificate operation.
Implementations§
source§impl CreateKeysAndCertificateOutput
impl CreateKeysAndCertificateOutput
sourcepub fn certificate_arn(&self) -> Option<&str>
pub fn certificate_arn(&self) -> Option<&str>
The ARN of the certificate.
sourcepub fn certificate_id(&self) -> Option<&str>
pub fn certificate_id(&self) -> Option<&str>
The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate).
sourcepub fn certificate_pem(&self) -> Option<&str>
pub fn certificate_pem(&self) -> Option<&str>
The certificate data, in PEM format.
source§impl CreateKeysAndCertificateOutput
impl CreateKeysAndCertificateOutput
sourcepub fn builder() -> CreateKeysAndCertificateOutputBuilder
pub fn builder() -> CreateKeysAndCertificateOutputBuilder
Creates a new builder-style object to manufacture CreateKeysAndCertificateOutput
.
Trait Implementations§
source§impl Clone for CreateKeysAndCertificateOutput
impl Clone for CreateKeysAndCertificateOutput
source§fn clone(&self) -> CreateKeysAndCertificateOutput
fn clone(&self) -> CreateKeysAndCertificateOutput
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<CreateKeysAndCertificateOutput> for CreateKeysAndCertificateOutput
impl PartialEq<CreateKeysAndCertificateOutput> for CreateKeysAndCertificateOutput
source§fn eq(&self, other: &CreateKeysAndCertificateOutput) -> bool
fn eq(&self, other: &CreateKeysAndCertificateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateKeysAndCertificateOutput
impl RequestId for CreateKeysAndCertificateOutput
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.