IntermediateTableDependency

Contains information about a base table that an intermediate table depends on.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID of the member who owns the dependency table.

Link copied to clipboard
val id: String

The unique identifier of the dependency table.

Link copied to clipboard

The name of the dependency table.

Link copied to clipboard

Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.

Link copied to clipboard

The type of the dependency table.

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