RollbackInfo
public struct RollbackInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the deployment rollback.
Declaration
Swift
public let rollbackDeploymentId: String?
-
Information that describes the status of a deployment rollback (for example, whether the deployment can’t be rolled back, is in progress, failed, or succeeded).
Declaration
Swift
public let rollbackMessage: String?
-
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
Declaration
Swift
public let rollbackTriggeringDeploymentId: String?
-
Undocumented
Declaration
Swift
public init(rollbackDeploymentId: String? = nil, rollbackMessage: String? = nil, rollbackTriggeringDeploymentId: String? = nil)