CurrentRevision
public struct CurrentRevision : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The change identifier for the current revision.
Declaration
Swift
public let changeIdentifier: String -
The date and time when the most recent revision of the artifact was created, in timestamp format.
Declaration
Swift
public let created: TimeStamp? -
The revision ID of the current version of an artifact.
Declaration
Swift
public let revision: String -
The summary of the most recent revision of the artifact.
Declaration
Swift
public let revisionSummary: String? -
Undocumented
Declaration
Swift
public init(changeIdentifier: String, created: TimeStamp? = nil, revision: String, revisionSummary: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CurrentRevision Structure Reference