Class: Aws::Types::GetReservationCoverageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReservationCoverageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverages_by_time ⇒ ::Array[Types::CoverageByTime]
Returns the value of attribute coverages_by_time.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#total ⇒ Types::Coverage
Returns the value of attribute total.
Instance Attribute Details
#coverages_by_time ⇒ ::Array[Types::CoverageByTime]
Returns the value of attribute coverages_by_time.
712 713 714 |
# File 'sig/types.rbs', line 712 def coverages_by_time @coverages_by_time end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
714 715 716 |
# File 'sig/types.rbs', line 714 def next_page_token @next_page_token end |
#total ⇒ Types::Coverage
Returns the value of attribute total.
713 714 715 |
# File 'sig/types.rbs', line 713 def total @total end |