ChefConfiguration — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::OpsWorks::Types::ChefConfiguration
Inherits:
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ChefConfiguration show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Describes the Chef configuration.
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #berkshelf_version ⇒ String
The Berkshelf version. - #manage_berkshelf ⇒ Boolean
Whether to enable Berkshelf.
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 |
---|