Method: Aws::RDS::Types::AccountQuota#account_quota_name
- Defined in:
- lib/aws-sdk-rds/types.rb
#account_quota_name ⇒ String
The name of the Amazon RDS quota for this Amazon Web Services account.
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 |