Struct rusoto_iam::UpdateSigningCertificateRequest [] [src]

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

Fields

The ID of the signing certificate you want to update.

This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

The status you want to assign to the certificate. Active means the certificate can be used for API calls to AWS, while Inactive means the certificate cannot be used.

The name of the IAM 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 UpdateSigningCertificateRequest
[src]

[src]

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

impl Debug for UpdateSigningCertificateRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateSigningCertificateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more