GatewaySummary

Contains a summary of a gateway.

Types

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

Properties

Link copied to clipboard

The date the gateway was created, in Unix epoch time.

Link copied to clipboard

A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.

Link copied to clipboard

The ID of the gateway device.

Link copied to clipboard

The name of the asset.

Link copied to clipboard

Contains a gateway's platform information.

Link copied to clipboard

The date the gateway was last updated, in Unix epoch time.

Functions

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