toValue method

String toValue()

Implementation

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