toValue method
Implementation
String toValue() {
switch (this) {
case PlatformCapability.ec2:
return 'EC2';
case PlatformCapability.fargate:
return 'FARGATE';
}
}
String toValue() {
switch (this) {
case PlatformCapability.ec2:
return 'EC2';
case PlatformCapability.fargate:
return 'FARGATE';
}
}