GetKeyspaceResponse

Types

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

Properties

Link copied to clipboard

The name of the keyspace.

Link copied to clipboard

A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.

Link copied to clipboard

If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

Link copied to clipboard

Returns the replication strategy of the keyspace. The options are SINGLE_REGION or MULTI_REGION.

Link copied to clipboard

Returns the ARN of the keyspace.

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