GetLocationResult

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

Constructors

Link copied to clipboard
constructor(locationArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null

A unique identifier for the custom location. For example, arn:aws:gamelift:[region]::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912 .

Link copied to clipboard
val tags: List<Tag>? = null

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