RecommendedAction

The recommended action from the Amazon Redshift Advisor recommendation.

Types

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

Properties

Link copied to clipboard

The command to run.

Link copied to clipboard

The database name to perform the action on. Only applicable if the type of command is SQL.

Link copied to clipboard
val text: String?

The specific instruction about the command.

Link copied to clipboard

The type of command.

Functions

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