Method: Aws::RDS::Types::AccountQuota#account_quota_name

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

#account_quota_nameString

The name of the Amazon RDS quota for this Amazon Web Services account.

Returns:

  • (String)


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