Struct rusoto_iam::ServerCertificate [] [src]

pub struct ServerCertificate {
    pub certificate_body: CertificateBodyType,
    pub certificate_chain: Option<CertificateChainType>,
    pub server_certificate_metadata: ServerCertificateMetadata,
}

Contains information about a server certificate.

This data type is used as a response element in the GetServerCertificate action.

Fields

The contents of the public key certificate.

The contents of the public key certificate chain.

The meta information of the server certificate, such as its name, path, ID, and ARN.

Trait Implementations

impl Default for ServerCertificate
[src]

Returns the "default value" for a type. Read more

impl Debug for ServerCertificate
[src]

Formats the value using the given formatter.

impl Clone for ServerCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more