Class: Aws::Types::CoverageHours
- Inherits:
-
Object
- Object
- Aws::Types::CoverageHours
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverage_hours_percentage ⇒ ::String
Returns the value of attribute coverage_hours_percentage.
-
#on_demand_hours ⇒ ::String
Returns the value of attribute on_demand_hours.
-
#reserved_hours ⇒ ::String
Returns the value of attribute reserved_hours.
-
#total_running_hours ⇒ ::String
Returns the value of attribute total_running_hours.
Instance Attribute Details
#coverage_hours_percentage ⇒ ::String
Returns the value of attribute coverage_hours_percentage.
251 252 253 |
# File 'sig/types.rbs', line 251 def coverage_hours_percentage @coverage_hours_percentage end |
#on_demand_hours ⇒ ::String
Returns the value of attribute on_demand_hours.
248 249 250 |
# File 'sig/types.rbs', line 248 def on_demand_hours @on_demand_hours end |
#reserved_hours ⇒ ::String
Returns the value of attribute reserved_hours.
249 250 251 |
# File 'sig/types.rbs', line 249 def reserved_hours @reserved_hours end |
#total_running_hours ⇒ ::String
Returns the value of attribute total_running_hours.
250 251 252 |
# File 'sig/types.rbs', line 250 def total_running_hours @total_running_hours end |