Class: Aws::RDS::Types::AccountAttributesMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::AccountAttributesMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Data returned by the DescribeAccountAttributes action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_quotas  ⇒ Array<Types::AccountQuota> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘AccountQuota` objects.
 
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.
      23 24 25 26 27  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 23 class AccountAttributesMessage < Struct.new( :account_quotas) SENSITIVE = [] include Aws::Structure end  |