ListDeploymentConfigsOutput constructor

ListDeploymentConfigsOutput({
  1. List<String>? deploymentConfigsList,
  2. String? nextToken,
})

Implementation

ListDeploymentConfigsOutput({
  this.deploymentConfigsList,
  this.nextToken,
});