StartBulkDeploymentResponse constructor

StartBulkDeploymentResponse({
  1. String? bulkDeploymentArn,
  2. String? bulkDeploymentId,
})

Implementation

StartBulkDeploymentResponse({
  this.bulkDeploymentArn,
  this.bulkDeploymentId,
});