toValue method
Implementation
String toValue() {
switch (this) {
case ExportFormat.dynamodbJson:
return 'DYNAMODB_JSON';
case ExportFormat.ion:
return 'ION';
}
}
String toValue() {
switch (this) {
case ExportFormat.dynamodbJson:
return 'DYNAMODB_JSON';
case ExportFormat.ion:
return 'ION';
}
}