Method: Aws::RDS::Types::AccountQuota#used
- Defined in:
- lib/aws-sdk-rds/types.rb
#used ⇒ Integer
The amount currently used toward the quota maximum.
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 |