toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SettingName.serviceLongArnFormat:
      return 'serviceLongArnFormat';
    case SettingName.taskLongArnFormat:
      return 'taskLongArnFormat';
    case SettingName.containerInstanceLongArnFormat:
      return 'containerInstanceLongArnFormat';
    case SettingName.awsvpcTrunking:
      return 'awsvpcTrunking';
    case SettingName.containerInsights:
      return 'containerInsights';
  }
}