Class: Aws::Types::AccountUsage
- Inherits:
-
Object
- Object
- Aws::Types::AccountUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_count ⇒ ::Integer
Returns the value of attribute function_count.
-
#total_code_size ⇒ ::Integer
Returns the value of attribute total_code_size.
Instance Attribute Details
#function_count ⇒ ::Integer
Returns the value of attribute function_count.
22 23 24 |
# File 'sig/types.rbs', line 22 def function_count @function_count end |
#total_code_size ⇒ ::Integer
Returns the value of attribute total_code_size.
21 22 23 |
# File 'sig/types.rbs', line 21 def total_code_size @total_code_size end |