toValue method
Implementation
String toValue() {
switch (this) {
case AwsJobAbortCriteriaAbortAction.cancel:
return 'CANCEL';
}
}
String toValue() {
switch (this) {
case AwsJobAbortCriteriaAbortAction.cancel:
return 'CANCEL';
}
}