toValue method
Implementation
String toValue() {
switch (this) {
case DashboardFilterAttribute.quicksightUser:
return 'QUICKSIGHT_USER';
}
}
String toValue() {
switch (this) {
case DashboardFilterAttribute.quicksightUser:
return 'QUICKSIGHT_USER';
}
}