Module: Aws::GroundStation::Client::_GetMinuteUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMinuteUsageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #estimated_minutes_remaining ⇒ ::Integer
- #is_reserved_minutes_customer ⇒ Boolean
- #total_reserved_minute_allocation ⇒ ::Integer
- #total_scheduled_minutes ⇒ ::Integer
- #upcoming_minutes_scheduled ⇒ ::Integer
Instance Method Details
#estimated_minutes_remaining ⇒ ::Integer
465 |
# File 'sig/client.rbs', line 465
def estimated_minutes_remaining: () -> ::Integer
|
#is_reserved_minutes_customer ⇒ Boolean
461 |
# File 'sig/client.rbs', line 461
def is_reserved_minutes_customer: () -> bool
|
#total_reserved_minute_allocation ⇒ ::Integer
462 |
# File 'sig/client.rbs', line 462
def total_reserved_minute_allocation: () -> ::Integer
|
#total_scheduled_minutes ⇒ ::Integer
464 |
# File 'sig/client.rbs', line 464
def total_scheduled_minutes: () -> ::Integer
|
#upcoming_minutes_scheduled ⇒ ::Integer
463 |
# File 'sig/client.rbs', line 463
def upcoming_minutes_scheduled: () -> ::Integer
|