GetGatewayResult

data class GetGatewayResult(val gatewayCapabilitySummaries: List<GatewayCapabilitySummary>? = null, val gatewayId: String? = null, val gatewayName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(gatewayCapabilitySummaries: List<GatewayCapabilitySummary>? = null, gatewayId: String? = null, gatewayName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of gateway capability summaries that each contain a namespace and status.

Link copied to clipboard
val gatewayId: String? = null

The ID of the gateway device.

Link copied to clipboard
val gatewayName: String? = null

A unique, friendly name for the gateway.

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

A list of key-value pairs that contain metadata for the gateway.