Class: Aws::Types::GetAccountSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_limit ⇒ Types::AccountLimit
Returns the value of attribute account_limit.
-
#account_usage ⇒ Types::AccountUsage
Returns the value of attribute account_usage.
Instance Attribute Details
#account_limit ⇒ Types::AccountLimit
Returns the value of attribute account_limit.
934 935 936 |
# File 'sig/types.rbs', line 934 def account_limit @account_limit end |
#account_usage ⇒ Types::AccountUsage
Returns the value of attribute account_usage.
935 936 937 |
# File 'sig/types.rbs', line 935 def account_usage @account_usage end |