Struct rusoto_opsworks::StackConfigurationManager [] [src]

pub struct StackConfigurationManager {
    pub name: Option<String>,
    pub version: Option<String>,
}

Describes the configuration manager.

Fields

The name. This parameter must be set to "Chef".

The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.

Trait Implementations

impl Default for StackConfigurationManager
[src]

[src]

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

impl Debug for StackConfigurationManager
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StackConfigurationManager
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations