Class: Aws::Types::CoverageByTime
- Inherits:
-
Object
- Object
- Aws::Types::CoverageByTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::ReservationCoverageGroup]
Returns the value of attribute groups.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
-
#total ⇒ Types::Coverage
Returns the value of attribute total.
Instance Attribute Details
#groups ⇒ ::Array[Types::ReservationCoverageGroup]
Returns the value of attribute groups.
237 238 239 |
# File 'sig/types.rbs', line 237 def groups @groups end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
236 237 238 |
# File 'sig/types.rbs', line 236 def time_period @time_period end |
#total ⇒ Types::Coverage
Returns the value of attribute total.
238 239 240 |
# File 'sig/types.rbs', line 238 def total @total end |