RegionName

data class RegionName(val value: String) : Region

The Amazon Web Services Region name.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Region as a RegionName and retrieves its kotlin.String value. Throws an exception if the Region is not a RegionName.

Link copied to clipboard

Casts this Region as a RegionName and retrieves its kotlin.String value. Returns null if the Region is not a RegionName.

Link copied to clipboard

Casts this Region as a RegionNamePath and retrieves its kotlin.String value. Throws an exception if the Region is not a RegionNamePath.

Link copied to clipboard

Casts this Region as a RegionNamePath and retrieves its kotlin.String value. Returns null if the Region is not a RegionNamePath.