Struct rusoto_opsworks::OperatingSystemConfigurationManager[][src]

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

A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

Fields

The name of the configuration manager, which is Chef.

The versions of the configuration manager that are supported by an operating system.

Trait Implementations

impl Default for OperatingSystemConfigurationManager
[src]

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

impl Debug for OperatingSystemConfigurationManager
[src]

Formats the value using the given formatter. Read more

impl Clone for OperatingSystemConfigurationManager
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OperatingSystemConfigurationManager
[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