LastDeploymentInfo
public struct LastDeploymentInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp that indicates when the most recent deployment to the deployment group started.
Declaration
Swift
public let createTime: TimeStamp? -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String? -
A timestamp that indicates when the most recent deployment to the deployment group was complete.
Declaration
Swift
public let endTime: TimeStamp? -
The status of the most recent deployment.
Declaration
Swift
public let status: DeploymentStatus? -
Undocumented
Declaration
Swift
public init(createTime: TimeStamp? = nil, deploymentId: String? = nil, endTime: TimeStamp? = nil, status: DeploymentStatus? = nil)
View on GitHub
LastDeploymentInfo Structure Reference