Class: Aws::OpsWorks::Types::ChefConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ChefConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes the Chef configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#berkshelf_version ⇒ String
The Berkshelf version.
-
#manage_berkshelf ⇒ Boolean
Whether to enable Berkshelf.
Instance Attribute Details
#berkshelf_version ⇒ String
The Berkshelf version.
331 332 333 334 335 336 |
# File '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 'lib/aws-sdk-opsworks/types.rb', line 331 class ChefConfiguration < Struct.new( :manage_berkshelf, :berkshelf_version) SENSITIVE = [] include Aws::Structure end |