Class: Aws::Types::UtilizationByTime
- Inherits:
-
Object
- Object
- Aws::Types::UtilizationByTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::ReservationUtilizationGroup]
Returns the value of attribute groups.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
-
#total ⇒ Types::ReservationAggregates
Returns the value of attribute total.
Instance Attribute Details
#groups ⇒ ::Array[Types::ReservationUtilizationGroup]
Returns the value of attribute groups.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def groups @groups end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def time_period @time_period end |
#total ⇒ Types::ReservationAggregates
Returns the value of attribute total.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def total @total end |