Struct rusoto_opsworkscm::CreateBackupRequest [] [src]

pub struct CreateBackupRequest {
    pub description: Option<String>,
    pub server_name: ServerName,
}

Fields

A user-defined description of the backup.

The name of the server that you want to back up.

Trait Implementations

impl Default for CreateBackupRequest
[src]

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

impl Debug for CreateBackupRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateBackupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more