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]

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

impl Debug for StackConfigurationManager
[src]

Formats the value using the given formatter. Read more

impl Clone for StackConfigurationManager
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StackConfigurationManager
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations