Class: Aws::Types::UsageTopAccountResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageTopAccountResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#total ⇒ Types::Total
Returns the value of attribute total.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def account_id @account_id end |
#total ⇒ Types::Total
Returns the value of attribute total.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def total @total end |