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