EntityPattern

data class EntityPattern(val value: EntityPattern) : MatchClause

The pattern describing the entities for the query to traverse.

Constructors

Link copied to clipboard
constructor(value: EntityPattern)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MatchClause as a EntityPattern and retrieves its aws.sdk.kotlin.services.datazone.model.EntityPattern value. Throws an exception if the MatchClause is not a EntityPattern.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard