UpdateRegistryRecordRequest

Types

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

Properties

Link copied to clipboard

The updated description of the registry record. Omit to leave the description unchanged; provide an empty wrapper to unset it.

Link copied to clipboard

The updated typed descriptor content for the registry record. Omit to leave the descriptors unchanged.

Link copied to clipboard

The updated display name of the registry record. Omit to leave the display name unchanged; provide an empty wrapper to unset it.

Link copied to clipboard
val name: String?

The updated name of the registry record. Omit to leave the name unchanged.

Link copied to clipboard

The identifier of the registry record to update (ARN or ID)

Link copied to clipboard

The updated type of the registry record. Omit to leave the record type unchanged.

Link copied to clipboard

The updated version of the registry record. Omit to leave the version unchanged.

Link copied to clipboard

The identifier of the registry containing the record (ARN or ID)

Link copied to clipboard

Whether to trigger synchronization of the record's descriptor content from its source

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