Class: Aws::RedshiftServerless::Types::UpdateUsageLimitRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.

Returns:

  • (Integer)


3339
3340
3341
3342
3343
3344
3345
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3339

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

#breach_actionString

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

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3339

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

#usage_limit_idString

The identifier of the usage limit to update.

Returns:

  • (String)


3339
3340
3341
3342
3343
3344
3345
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3339

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