Struct rusoto_iam::UploadSigningCertificateResponse [] [src]

pub struct UploadSigningCertificateResponse {
    pub certificate: SigningCertificate,
}

Contains the response to a successful UploadSigningCertificate request.

Fields

Information about the certificate.

Trait Implementations

impl Default for UploadSigningCertificateResponse
[src]

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

impl Debug for UploadSigningCertificateResponse
[src]

Formats the value using the given formatter.

impl Clone for UploadSigningCertificateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more