GenericRevisionInfo
public struct GenericRevisionInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The deployment groups for which this is the current target revision.
Declaration
Swift
public let deploymentGroups: [String]? -
A comment about the revision.
Declaration
Swift
public let description: String? -
When the revision was first used by AWS CodeDeploy.
Declaration
Swift
public let firstUsedTime: TimeStamp? -
When the revision was last used by AWS CodeDeploy.
Declaration
Swift
public let lastUsedTime: TimeStamp? -
When the revision was registered with AWS CodeDeploy.
Declaration
Swift
public let registerTime: TimeStamp?
View on GitHub
GenericRevisionInfo Structure Reference