GetGlobalNetworkResult

data class GetGlobalNetworkResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val id: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, description: String? = null, id: String? = null, state: 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) of the global network.

Link copied to clipboard
val createdAt: String? = null

The date and time that the global network was created.

Link copied to clipboard
val description: String? = null

The description of the global network.

Link copied to clipboard
val id: String? = null

The ID of the global network.

Link copied to clipboard
val state: String? = null

The state of the global network.

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

The tags for the global network.