You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::ModifyUsageLimitMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyUsageLimitMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

The new limit amount. For more information about this parameter, see UsageLimit.

Returns:

  • (Integer)

    The new limit amount.

#breach_actionString

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

Possible values:

  • log
  • emit-metric
  • disable

Returns:

  • (String)

    The new action that Amazon Redshift takes when the limit is reached.

#usage_limit_idString

The identifier of the usage limit to modify.

Returns:

  • (String)

    The identifier of the usage limit to modify.