Method: Aws::Redshift::Types::UsageLimit#amount

Defined in:
lib/aws-sdk-redshift/types.rb

#amountInteger

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

Returns:

  • (Integer)


12365
12366
12367
12368
12369
12370
12371
12372
12373
12374
12375
12376
# File 'lib/aws-sdk-redshift/types.rb', line 12365

class UsageLimit < Struct.new(
  :usage_limit_id,
  :cluster_identifier,
  :feature_type,
  :limit_type,
  :amount,
  :period,
  :breach_action,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end