Link

class Link

Describes a link.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bandwidth for the link.

Link copied to clipboard

The date and time that the link was created.

Link copied to clipboard

The description of the link.

Link copied to clipboard

The ID of the global network.

Link copied to clipboard

The Amazon Resource Name (ARN) of the link.

Link copied to clipboard

The ID of the link.

Link copied to clipboard

The provider of the link.

Link copied to clipboard

The ID of the site.

Link copied to clipboard

The state of the link.

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

The tags for the link.

Link copied to clipboard
val type: String?

The type of the link.

Functions

Link copied to clipboard
inline fun copy(block: Link.Builder.() -> Unit = {}): Link
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String