DependentEntity

Information about a resource that another resource is related to or depends on.

For example, if a contact is a member of a rotation, the rotation is a dependent entity of the contact.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the dependent resources.

Link copied to clipboard

The type of relationship between one resource and the other resource that it is related to or depends on.

Functions

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