Struct rusoto_iam::UploadServerCertificateResponse [] [src]

pub struct UploadServerCertificateResponse {
    pub server_certificate_metadata: Option<ServerCertificateMetadata>,
}

Contains the response to a successful UploadServerCertificate request.

Fields

The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

Trait Implementations

impl Default for UploadServerCertificateResponse
[src]

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

impl Debug for UploadServerCertificateResponse
[src]

Formats the value using the given formatter.

impl Clone for UploadServerCertificateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more