ChefConfiguration — AWS SDK for Ruby V3 (original) (raw)

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

Inherits:

Struct

Defined in:

gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes the Chef configuration.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#berkshelf_version ⇒ 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_berkshelf ⇒ Boolean

Whether to enable Berkshelf.

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