Region

io.cequence.pineconescala.domain.settings.Region
See theRegion companion object
sealed abstract class Region(name: String) extends NamedEnumValue

Attributes

Companion:
object
Graph
Supertypes
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object EUWest1.type
object EeastUS2.type
class Other
object USCentral1.type
object USEast1.type
object USWest2.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue

Inherited fields

override val value: String

Attributes

Inherited from:
NamedEnumValue