toValue method
Implementation
String toValue() {
switch (this) {
case SSEType.aes256:
return 'AES256';
case SSEType.kms:
return 'KMS';
}
}
String toValue() {
switch (this) {
case SSEType.aes256:
return 'AES256';
case SSEType.kms:
return 'KMS';
}
}