Struct rusoto_opsworkscm::UpdateServerEngineAttributesRequest [] [src]

pub struct UpdateServerEngineAttributesRequest {
    pub attribute_name: String,
    pub attribute_value: Option<String>,
    pub server_name: String,
}

Fields

The name of the engine attribute to update.

The value to set for the attribute.

The name of the server to update.

Trait Implementations

impl Default for UpdateServerEngineAttributesRequest
[src]

[src]

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

impl Debug for UpdateServerEngineAttributesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateServerEngineAttributesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations