Struct rusoto_iam::DeleteSigningCertificateRequest [] [src]

pub struct DeleteSigningCertificateRequest {
    pub certificate_id: String,
    pub user_name: Option<String>,
}

Fields

The ID of the signing certificate to delete.

The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.

The name of the user the signing certificate belongs to.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

Trait Implementations

impl Default for DeleteSigningCertificateRequest
[src]

[src]

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

impl Debug for DeleteSigningCertificateRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteSigningCertificateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more