Class: Aws::OpsWorks::Types::StackConfigurationManager
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::StackConfigurationManager
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes the configuration manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name.
-
#version ⇒ String
The Chef version.
Instance Attribute Details
#name ⇒ String
The name. This parameter must be set to ‘Chef`.
5062 5063 5064 5065 5066 5067 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5062 class StackConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
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 12.
5062 5063 5064 5065 5066 5067 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5062 class StackConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |