AddTagsToResourceRequest

Associates a set of tags with an DMS resource.

Types

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

Properties

Link copied to clipboard

Identifies the DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

Link copied to clipboard
val tags: List<Tag>?

One or more tags to be assigned to the resource.

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