Class: Aws::OpsWorks::Types::StackConfigurationManager
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::StackConfigurationManager
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Note:
When making an API call, you may pass StackConfigurationManager data as a hash:
{
name: "String",
version: "String",
}
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".
5911 5912 5913 5914 5915 5916 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5911 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 11.4.
5911 5912 5913 5914 5915 5916 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5911 class StackConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |