ListEffectiveDeploymentsResponse constructor
ListEffectiveDeploymentsResponse({
- List<
EffectiveDeployment> ? effectiveDeployments, - String? nextToken,
Implementation
ListEffectiveDeploymentsResponse({
this.effectiveDeployments,
this.nextToken,
});