GetLinkResult

data class GetLinkResult(val bandwidth: LinkBandwidth? = null, val createdAt: String? = null, val description: String? = null, val linkArn: String? = null, val linkId: String? = null, val provider: String? = null, val state: String? = null, val tags: List<Tag>? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(bandwidth: LinkBandwidth? = null, createdAt: String? = null, description: String? = null, linkArn: String? = null, linkId: String? = null, provider: String? = null, state: String? = null, tags: List<Tag>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Bandwidth for the link.

Link copied to clipboard
val createdAt: String? = null

The date and time that the device was created.

Link copied to clipboard
val description: String? = null

The description of the link.

Link copied to clipboard
val linkArn: String? = null

The Amazon Resource Name (ARN) of the link.

Link copied to clipboard
val linkId: String? = null

The ID of the link.

Link copied to clipboard
val provider: String? = null

The provider of the link.

Link copied to clipboard
val state: String? = null

The state of the link.

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

The tags for the link.

Link copied to clipboard
val type: String? = null

The type of the link.