ModifyUsageLimitResponse

Describes a usage limit object for a cluster.

Types

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

Properties

Link copied to clipboard
val amount: Long?

The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).

Link copied to clipboard

The action that Amazon Redshift takes when the limit is reached. Possible values are:

Link copied to clipboard

The identifier of the cluster with a usage limit.

Link copied to clipboard

The Amazon Redshift feature to which the limit applies.

Link copied to clipboard

The type of limit. Depending on the feature type, this can be based on a time duration or data size.

Link copied to clipboard

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

Link copied to clipboard
val tags: List<Tag>?

A list of tag instances.

Link copied to clipboard

The identifier of the usage limit.

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