class Aws::Redshift::Types::ModifyUsageLimitMessage

@note When making an API call, you may pass ModifyUsageLimitMessage

data as a hash:

    {
      usage_limit_id: "String", # required
      amount: 1,
      breach_action: "log", # accepts log, emit-metric, disable
    }

@!attribute [rw] usage_limit_id

The identifier of the usage limit to modify.
@return [String]

@!attribute [rw] amount

The new limit amount. For more information about this parameter, see
UsageLimit.
@return [Integer]

@!attribute [rw] breach_action

The new action that Amazon Redshift takes when the limit is reached.
For more information about this parameter, see UsageLimit.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyUsageLimitMessage AWS API Documentation

Constants

SENSITIVE