ListSubscriptionsRequest

Types

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

Properties

Link copied to clipboard

The unique identifier of the MQTT client to list subscriptions for. The client ID can't start with a dollar sign ($).

Link copied to clipboard

The maximum number of subscriptions to return in a single request. By default, this is set to 20.

Link copied to clipboard

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

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