RuntimeVersion
public struct RuntimeVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If this runtime version is deprecated, this value is the date of deprecation.
Declaration
Swift
public let deprecationDate: TimeStamp?
-
A description of the runtime version, created by Amazon.
Declaration
Swift
public let description: String?
-
The date that the runtime version was released.
Declaration
Swift
public let releaseDate: TimeStamp?
-
The name of the runtime version. Currently, the only valid value is syn-1.0. Specifies the runtime version to use for the canary. Currently, the only valid value is syn-1.0.
Declaration
Swift
public let versionName: String?