toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AssetType.s3Snapshot:
      return 'S3_SNAPSHOT';
  }
}