toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ProcessingS3DataDistributionType.fullyReplicated:
      return 'FullyReplicated';
    case ProcessingS3DataDistributionType.shardedByS3Key:
      return 'ShardedByS3Key';
  }
}