Struct rusoto_iam::UpdateServerCertificateRequest [] [src]

pub struct UpdateServerCertificateRequest {
    pub new_path: Option<String>,
    pub new_server_certificate_name: Option<String>,
    pub server_certificate_name: String,
}

Fields

The new path for the server certificate. Include this only if you are updating the server certificate's path.

This paramater allows (per its regex pattern) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes, containing any ASCII character from the ! (\u0021) thru the DEL character (\u007F), including most punctuation characters, digits, and upper and lowercased letters.

The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.

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: =,.@-

The name of the server certificate that you want to update.

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 UpdateServerCertificateRequest
[src]

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

impl Debug for UpdateServerCertificateRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateServerCertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more