You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::StackConfigurationManager

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StackConfigurationManager as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String",
  version: "String",
}

Describes the configuration manager.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)

    The name.

#versionString

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.

Returns:

  • (String)

    The Chef version.