Class: Aws::Types::Coverage
- Inherits:
-
Object
- Object
- Aws::Types::Coverage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverage_cost ⇒ Types::CoverageCost
Returns the value of attribute coverage_cost.
-
#coverage_hours ⇒ Types::CoverageHours
Returns the value of attribute coverage_hours.
-
#coverage_normalized_units ⇒ Types::CoverageNormalizedUnits
Returns the value of attribute coverage_normalized_units.
Instance Attribute Details
#coverage_cost ⇒ Types::CoverageCost
Returns the value of attribute coverage_cost.
231 232 233 |
# File 'sig/types.rbs', line 231 def coverage_cost @coverage_cost end |
#coverage_hours ⇒ Types::CoverageHours
Returns the value of attribute coverage_hours.
229 230 231 |
# File 'sig/types.rbs', line 229 def coverage_hours @coverage_hours end |
#coverage_normalized_units ⇒ Types::CoverageNormalizedUnits
Returns the value of attribute coverage_normalized_units.
230 231 232 |
# File 'sig/types.rbs', line 230 def coverage_normalized_units @coverage_normalized_units end |