Class: Aws::Types::DescribeAccountAttributesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountAttributesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_quotas ⇒ ::Array[Types::AccountQuota]
Returns the value of attribute account_quotas.
-
#unique_account_identifier ⇒ ::String
Returns the value of attribute unique_account_identifier.
Instance Attribute Details
#account_quotas ⇒ ::Array[Types::AccountQuota]
Returns the value of attribute account_quotas.
689 690 691 |
# File 'sig/types.rbs', line 689 def account_quotas @account_quotas end |
#unique_account_identifier ⇒ ::String
Returns the value of attribute unique_account_identifier.
690 691 692 |
# File 'sig/types.rbs', line 690 def unique_account_identifier @unique_account_identifier end |