Struct aws_sdk_paymentcryptography::operation::get_public_key_certificate::GetPublicKeyCertificateOutput
source · #[non_exhaustive]pub struct GetPublicKeyCertificateOutput {
pub key_certificate: String,
pub key_certificate_chain: String,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.key_certificate: StringThe public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
key_certificate_chain: StringThe certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
Implementations§
source§impl GetPublicKeyCertificateOutput
impl GetPublicKeyCertificateOutput
sourcepub fn key_certificate(&self) -> &str
pub fn key_certificate(&self) -> &str
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
sourcepub fn key_certificate_chain(&self) -> &str
pub fn key_certificate_chain(&self) -> &str
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
source§impl GetPublicKeyCertificateOutput
impl GetPublicKeyCertificateOutput
sourcepub fn builder() -> GetPublicKeyCertificateOutputBuilder
pub fn builder() -> GetPublicKeyCertificateOutputBuilder
Creates a new builder-style object to manufacture GetPublicKeyCertificateOutput.
Trait Implementations§
source§impl Clone for GetPublicKeyCertificateOutput
impl Clone for GetPublicKeyCertificateOutput
source§fn clone(&self) -> GetPublicKeyCertificateOutput
fn clone(&self) -> GetPublicKeyCertificateOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for GetPublicKeyCertificateOutput
impl PartialEq for GetPublicKeyCertificateOutput
source§fn eq(&self, other: &GetPublicKeyCertificateOutput) -> bool
fn eq(&self, other: &GetPublicKeyCertificateOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetPublicKeyCertificateOutput
impl RequestId for GetPublicKeyCertificateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.