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

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

Overview

Data returned by the DescribeAccountAttributes action.

Constant Summary collapse

SENSITIVE =
[]

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:



23
24
25
26
27
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23

class AccountAttributesMessage < Struct.new(
  :account_quotas)
  SENSITIVE = []
  include Aws::Structure
end