Class: Aws::Types::GetReservationUtilizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReservationUtilizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#total ⇒ Types::ReservationAggregates
Returns the value of attribute total.
-
#utilizations_by_time ⇒ ::Array[Types::UtilizationByTime]
Returns the value of attribute utilizations_by_time.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
753 754 755 |
# File 'sig/types.rbs', line 753 def next_page_token @next_page_token end |
#total ⇒ Types::ReservationAggregates
Returns the value of attribute total.
752 753 754 |
# File 'sig/types.rbs', line 752 def total @total end |
#utilizations_by_time ⇒ ::Array[Types::UtilizationByTime]
Returns the value of attribute utilizations_by_time.
751 752 753 |
# File 'sig/types.rbs', line 751 def utilizations_by_time @utilizations_by_time end |