GetThingConnectivityDataResponse

Types

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

Properties

Link copied to clipboard

Indicates whether the client is using a clean session. Returns true for clean sessions.

Link copied to clipboard

The unique identifier of the MQTT client.

Link copied to clipboard

A Boolean that indicates the connectivity status.

Link copied to clipboard

The reason that the client is disconnected.

Link copied to clipboard

The keep-alive interval in seconds that the client specified when establishing the connection.

Link copied to clipboard

The session expiry interval in seconds for the MQTT client connection. This value indicates how long the session will remain active after the client disconnects.

Link copied to clipboard

The IP address of the client that initiated the connection.

Link copied to clipboard

The client's source port.

Link copied to clipboard

The IP address of the Amazon Web Services IoT Core endpoint that the client connected to.

Link copied to clipboard

The port number of the Amazon Web Services IoT Core endpoint that the client connected to.

Link copied to clipboard

The name of your IoT thing.

Link copied to clipboard

The timestamp of when the device connected or disconnected.

Link copied to clipboard

The ID of the VPC endpoint. Present for clients connected to Amazon Web Services IoT Core via a VPC endpoint.

Functions

Link copied to clipboard
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