Struct rusoto_opsworkscm::StartMaintenanceRequest [] [src]

pub struct StartMaintenanceRequest {
    pub server_name: ServerName,
}

Fields

The name of the server on which to run maintenance.

Trait Implementations

impl Default for StartMaintenanceRequest
[src]

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

impl Debug for StartMaintenanceRequest
[src]

Formats the value using the given formatter.

impl Clone for StartMaintenanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more