Class: Aws::Types::CoverageNormalizedUnits
- Inherits:
-
Object
- Object
- Aws::Types::CoverageNormalizedUnits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverage_normalized_units_percentage ⇒ ::String
Returns the value of attribute coverage_normalized_units_percentage.
-
#on_demand_normalized_units ⇒ ::String
Returns the value of attribute on_demand_normalized_units.
-
#reserved_normalized_units ⇒ ::String
Returns the value of attribute reserved_normalized_units.
-
#total_running_normalized_units ⇒ ::String
Returns the value of attribute total_running_normalized_units.
Instance Attribute Details
#coverage_normalized_units_percentage ⇒ ::String
Returns the value of attribute coverage_normalized_units_percentage.
259 260 261 |
# File 'sig/types.rbs', line 259 def coverage_normalized_units_percentage @coverage_normalized_units_percentage end |
#on_demand_normalized_units ⇒ ::String
Returns the value of attribute on_demand_normalized_units.
256 257 258 |
# File 'sig/types.rbs', line 256 def on_demand_normalized_units @on_demand_normalized_units end |
#reserved_normalized_units ⇒ ::String
Returns the value of attribute reserved_normalized_units.
257 258 259 |
# File 'sig/types.rbs', line 257 def reserved_normalized_units @reserved_normalized_units end |
#total_running_normalized_units ⇒ ::String
Returns the value of attribute total_running_normalized_units.
258 259 260 |
# File 'sig/types.rbs', line 258 def total_running_normalized_units @total_running_normalized_units end |