Struct rusoto_iam::SigningCertificate [] [src]

pub struct SigningCertificate {
    pub certificate_body: String,
    pub certificate_id: String,
    pub status: String,
    pub upload_date: Option<String>,
    pub user_name: String,
}

Contains information about an X.509 signing certificate.

This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates actions.

Fields

The contents of the signing certificate.

The ID for the signing certificate.

The status of the signing certificate. Active means the key is valid for API calls, while Inactive means it is not.

The date when the signing certificate was uploaded.

The name of the user the signing certificate is associated with.

Trait Implementations

impl Default for SigningCertificate
[src]

[src]

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

impl Debug for SigningCertificate
[src]

[src]

Formats the value using the given formatter.

impl Clone for SigningCertificate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more