ListEffectiveDeploymentsResponse constructor

ListEffectiveDeploymentsResponse({
  1. List<EffectiveDeployment>? effectiveDeployments,
  2. String? nextToken,
})

Implementation

ListEffectiveDeploymentsResponse({
  this.effectiveDeployments,
  this.nextToken,
});