UniqueAttribute

An entity attribute that's unique to a specific entity.

Types

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

Properties

Link copied to clipboard

A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

Link copied to clipboard

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.

Functions

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