Class: Aws::Types::TotalResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::TotalResourceUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#memory_gb_hour ⇒ ::Float
Returns the value of attribute memory_gb_hour.
-
#storage_gb_hour ⇒ ::Float
Returns the value of attribute storage_gb_hour.
-
#v_cpu_hour ⇒ ::Float
Returns the value of attribute v_cpu_hour.
Instance Attribute Details
#memory_gb_hour ⇒ ::Float
Returns the value of attribute memory_gb_hour.
641 642 643 |
# File 'sig/types.rbs', line 641 def memory_gb_hour @memory_gb_hour end |
#storage_gb_hour ⇒ ::Float
Returns the value of attribute storage_gb_hour.
642 643 644 |
# File 'sig/types.rbs', line 642 def storage_gb_hour @storage_gb_hour end |
#v_cpu_hour ⇒ ::Float
Returns the value of attribute v_cpu_hour.
640 641 642 |
# File 'sig/types.rbs', line 640 def v_cpu_hour @v_cpu_hour end |