toValue method
Implementation
String toValue() {
switch (this) {
case SseKmsEncryptedObjectsStatus.enabled:
return 'Enabled';
case SseKmsEncryptedObjectsStatus.disabled:
return 'Disabled';
}
}
String toValue() {
switch (this) {
case SseKmsEncryptedObjectsStatus.enabled:
return 'Enabled';
case SseKmsEncryptedObjectsStatus.disabled:
return 'Disabled';
}
}