StackSetSummary constructor
StackSetSummary({
- AutoDeployment? autoDeployment,
- String? description,
- StackDriftStatus? driftStatus,
- DateTime? lastDriftCheckTimestamp,
- PermissionModels? permissionModel,
- String? stackSetId,
- String? stackSetName,
- StackSetStatus? status,
Implementation
StackSetSummary({
this.autoDeployment,
this.description,
this.driftStatus,
this.lastDriftCheckTimestamp,
this.permissionModel,
this.stackSetId,
this.stackSetName,
this.status,
});