OperatingSystemConfigurationManager
public struct OperatingSystemConfigurationManager : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration manager, which is Chef.
Declaration
Swift
public let name: String?
-
The versions of the configuration manager that are supported by an operating system.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, version: String? = nil)