Struct rusoto_iam::ServerCertificateMetadata [] [src]

pub struct ServerCertificateMetadata {
    pub arn: String,
    pub expiration: Option<String>,
    pub path: String,
    pub server_certificate_id: String,
    pub server_certificate_name: String,
    pub upload_date: Option<String>,
}

Contains information about a server certificate without its certificate body, certificate chain, and private key.

This data type is used as a response element in the UploadServerCertificate and ListServerCertificates actions.

Fields

The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

The date on which the certificate is set to expire.

The path to the server certificate. For more information about paths, see IAM Identifiers in the Using IAM guide.

The stable and unique string identifying the server certificate. For more information about IDs, see IAM Identifiers in the Using IAM guide.

The name that identifies the server certificate.

The date when the server certificate was uploaded.

Trait Implementations

impl Default for ServerCertificateMetadata
[src]

[src]

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

impl Debug for ServerCertificateMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for ServerCertificateMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more