toValue method
Implementation
String toValue() {
switch (this) {
case IdentityType.iam:
return 'IAM';
case IdentityType.quicksight:
return 'QUICKSIGHT';
}
}
String toValue() {
switch (this) {
case IdentityType.iam:
return 'IAM';
case IdentityType.quicksight:
return 'QUICKSIGHT';
}
}