toDashboardFilterAttribute method
Implementation
DashboardFilterAttribute toDashboardFilterAttribute() {
switch (this) {
case 'QUICKSIGHT_USER':
return DashboardFilterAttribute.quicksightUser;
}
throw Exception('$this is not known in enum DashboardFilterAttribute');
}