toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AssetType.ec2Instance:
      return 'ec2-instance';
  }
}