toValue method
Implementation
String toValue() {
switch (this) {
case CloudWatchLogsTimeZone.local:
return 'LOCAL';
case CloudWatchLogsTimeZone.utc:
return 'UTC';
}
}
String toValue() {
switch (this) {
case CloudWatchLogsTimeZone.local:
return 'LOCAL';
case CloudWatchLogsTimeZone.utc:
return 'UTC';
}
}