Class: Aws::Types::ResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::ResourceUtilization
- 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.
482 483 484 |
# File 'sig/types.rbs', line 482 def memory_gb_hour @memory_gb_hour end |
#storage_gb_hour ⇒ ::Float
Returns the value of attribute storage_gb_hour.
483 484 485 |
# File 'sig/types.rbs', line 483 def storage_gb_hour @storage_gb_hour end |
#v_cpu_hour ⇒ ::Float
Returns the value of attribute v_cpu_hour.
481 482 483 |
# File 'sig/types.rbs', line 481 def v_cpu_hour @v_cpu_hour end |