Method: Aws::RDS::Types::AccountQuota#max
- Defined in:
- lib/aws-sdk-rds/types.rb
#max ⇒ Integer
The maximum allowed value for the quota.
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 |