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.
4092 4093 4094 4095 4096 4097 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4092 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.
4092 4093 4094 4095 4096 4097 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4092 class OperatingSystemConfigurationManager < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |