Class: Aws::OpsWorks::Types::OperatingSystemConfigurationManager
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::OperatingSystemConfigurationManager
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the configuration manager, which is Chef.
-
#version ⇒ String
The versions of the configuration manager that are supported by an operating system.
Instance Attribute Details
#name ⇒ String
The name of the configuration manager, which is Chef.
4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4775 class OperatingSystemConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The versions of the configuration manager that are supported by an operating system.
4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4775 class OperatingSystemConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |