Class: Aws::Types::UsageTotal
- Inherits:
-
Object
- Object
- Aws::Types::UsageTotal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#usage ⇒ ::Array[Types::Usage]
Returns the value of attribute usage.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def account_id @account_id end |
#usage ⇒ ::Array[Types::Usage]
Returns the value of attribute usage.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def usage @usage end |