GetMatchmakingRuleSetResult

data class GetMatchmakingRuleSetResult(val arn: String? = null, val creationTime: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.

Link copied to clipboard
val creationTime: String? = null

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.

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

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