GetLocationResult

data class GetLocationResult(val locationArn: String? = null, val tags: List<LocationTag>? = null)

Constructors

Link copied to clipboard
fun GetLocationResult(locationArn: String? = null, tags: List<LocationTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null
Link copied to clipboard
val tags: List<LocationTag>? = null

An array of key-value pairs to apply to this resource.