ImageVersion
public struct ImageVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the image semantic version.
Declaration
Swift
public let arn: String?
-
The date at which this image semantic version was created.
Declaration
Swift
public let dateCreated: String?
-
The name of the image semantic version.
Declaration
Swift
public let name: String?
-
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
Declaration
Swift
public let osVersion: String?
-
The owner of the image semantic version.
Declaration
Swift
public let owner: String?
-
The platform of the image semantic version.
Declaration
Swift
public let platform: Platform?
-
The semantic version of the image semantic version.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, dateCreated: String? = nil, name: String? = nil, osVersion: String? = nil, owner: String? = nil, platform: Platform? = nil, version: String? = nil)