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)


5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5062

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 12.

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5062

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