CreateDeploymentResult
public struct CreateDeploymentResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The deployment ID, which can be used with other requests to identify the deployment.
Declaration
Swift
public let deploymentId: String?
-
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil)