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