Class: Aws::OpsWorks::Types::ChefConfiguration

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

Overview

Describes the Chef configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#berkshelf_versionString

The Berkshelf version.

Returns:

  • (String)


331
332
333
334
335
336
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 331

class ChefConfiguration < Struct.new(
  :manage_berkshelf,
  :berkshelf_version)
  SENSITIVE = []
  include Aws::Structure
end

#manage_berkshelfBoolean

Whether to enable Berkshelf.

Returns:

  • (Boolean)


331
332
333
334
335
336
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 331

class ChefConfiguration < Struct.new(
  :manage_berkshelf,
  :berkshelf_version)
  SENSITIVE = []
  include Aws::Structure
end