OperatingSystem
public struct OperatingSystem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
Declaration
Swift
public let configurationManagers: [OperatingSystemConfigurationManager]?
-
The ID of a supported operating system, such as Amazon Linux 2018.03.
Declaration
Swift
public let id: String?
-
The name of the operating system, such as Amazon Linux 2018.03.
Declaration
Swift
public let name: String?
-
A short name for the operating system manufacturer.
Declaration
Swift
public let reportedName: String?
-
The version of the operating system, including the release and edition, if applicable.
Declaration
Swift
public let reportedVersion: String?
-
Indicates that an operating system is not supported for new instances.
Declaration
Swift
public let supported: Bool?
-
The type of a supported operating system, either Linux or Windows.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(configurationManagers: [OperatingSystemConfigurationManager]? = nil, id: String? = nil, name: String? = nil, reportedName: String? = nil, reportedVersion: String? = nil, supported: Bool? = nil, type: String? = nil)