CreateDeploymentResponse
public struct CreateDeploymentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the deployment.
Declaration
Swift
public let deploymentArn: String? -
The ID of the deployment.
Declaration
Swift
public let deploymentId: String? -
Undocumented
Declaration
Swift
public init(deploymentArn: String? = nil, deploymentId: String? = nil)
View on GitHub
CreateDeploymentResponse Structure Reference