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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes the configuration manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


5041
5042
5043
5044
5045
5046
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5041

class StackConfigurationManager < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5041
5042
5043
5044
5045
5046
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5041

class StackConfigurationManager < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end