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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

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

Returns:

  • (Integer)


8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8741

class ModifyUsageLimitMessage < Struct.new(
  :usage_limit_id,
  :amount,
  :breach_action)
  SENSITIVE = []
  include Aws::Structure
end

#breach_actionString

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

Returns:

  • (String)


8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8741

class ModifyUsageLimitMessage < Struct.new(
  :usage_limit_id,
  :amount,
  :breach_action)
  SENSITIVE = []
  include Aws::Structure
end

#usage_limit_idString

The identifier of the usage limit to modify.

Returns:

  • (String)


8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8741

class ModifyUsageLimitMessage < Struct.new(
  :usage_limit_id,
  :amount,
  :breach_action)
  SENSITIVE = []
  include Aws::Structure
end