Class: Aws::RDS::Types::AccountAttributesMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Data returned by the DescribeAccountAttributes action.

Instance Attribute Summary collapse

Instance Attribute Details

#account_quotasArray<Types::AccountQuota>

A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.

Returns:



21
22
23
24
# File 'lib/aws-sdk-rds/types.rb', line 21

class AccountAttributesMessage < Struct.new(
  :account_quotas)
  include Aws::Structure
end