Struct rusoto_opsworkscm::StartMaintenanceRequest [] [src]

pub struct StartMaintenanceRequest {
    pub engine_attributes: Option<Vec<EngineAttribute>>,
    pub server_name: String,
}

Fields

Engine attributes that are specific to the server on which you want to run maintenance.

The name of the server on which to run maintenance.

Trait Implementations

impl Default for StartMaintenanceRequest
[src]

[src]

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

impl Debug for StartMaintenanceRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StartMaintenanceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations