MatchClause

sealed class MatchClause

A clause to match a query pattern

Inheritors

Types

Link copied to clipboard
data class EntityPattern(val value: EntityPattern) : MatchClause

The pattern describing the entities for the query to traverse.

Link copied to clipboard

The pattern describing the query's relational traversal.

Link copied to clipboard

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