Deployment
public struct Deployment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether a deployment was automatically released.
Declaration
Swift
public let autoDeployed: Bool?
-
The date and time when the Deployment resource was created.
Declaration
Swift
public let createdDate: TimeStamp?
-
The identifier for the deployment.
Declaration
Swift
public let deploymentId: String?
-
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
Declaration
Swift
public let deploymentStatus: DeploymentStatus?
-
May contain additional feedback on the status of an API deployment.
Declaration
Swift
public let deploymentStatusMessage: String?
-
The description for the deployment.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public init(autoDeployed: Bool? = nil, createdDate: TimeStamp? = nil, deploymentId: String? = nil, deploymentStatus: DeploymentStatus? = nil, deploymentStatusMessage: String? = nil, description: String? = nil)