Struct rusoto_opsworkscm::EngineAttribute [] [src]

pub struct EngineAttribute {
    pub name: Option<String>,
    pub value: Option<String>,
}

A name and value pair that is specific to the engine of the server.

Fields

The name of the engine attribute.

The value of the engine attribute.

Trait Implementations

impl Default for EngineAttribute
[src]

[src]

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

impl Debug for EngineAttribute
[src]

[src]

Formats the value using the given formatter.

impl Clone for EngineAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more