You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::AccountAttributesMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::AccountAttributesMessage
 
- Defined in:
- (unknown)
Overview
Data returned by the DescribeAccountAttributes action.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #account_quotas  ⇒ Array<Types::AccountQuota> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of AccountQuotaobjects.
Instance Attribute Details
#account_quotas ⇒ Array<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.