Gateway

class Gateway

The details of the gateway.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the gateway.

Link copied to clipboard

The description of the gateway.

Link copied to clipboard

The ARN of the gateway group that the gateway is associated to.

Link copied to clipboard
val name: String?

The name of the gateway.

Link copied to clipboard

The software version of the gateway. The gateway automatically updates its software version during normal operation.

Functions

Link copied to clipboard
inline fun copy(block: Gateway.Builder.() -> Unit = {}): Gateway
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