Method: Aws::RDS::Types::AccountQuota#used

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

#usedInteger

The amount currently used toward the quota maximum.

Returns:

  • (Integer)


138
139
140
141
142
143
144
# File 'lib/aws-sdk-rds/types.rb', line 138

class AccountQuota < Struct.new(
  :account_quota_name,
  :used,
  :max)
  SENSITIVE = []
  include Aws::Structure
end