TagRoleRequest

Types

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

Properties

Link copied to clipboard

The name of the IAM role to which you want to add tags.

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

The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.

Functions

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