ListDeploymentGroupsOutput constructor

ListDeploymentGroupsOutput({
  1. String? applicationName,
  2. List<String>? deploymentGroups,
  3. String? nextToken,
})

Implementation

ListDeploymentGroupsOutput({
  this.applicationName,
  this.deploymentGroups,
  this.nextToken,
});