Class: Aws::Types::GetMinuteUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMinuteUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_minutes_remaining ⇒ ::Integer
Returns the value of attribute estimated_minutes_remaining.
-
#is_reserved_minutes_customer ⇒ Boolean
Returns the value of attribute is_reserved_minutes_customer.
-
#total_reserved_minute_allocation ⇒ ::Integer
Returns the value of attribute total_reserved_minute_allocation.
-
#total_scheduled_minutes ⇒ ::Integer
Returns the value of attribute total_scheduled_minutes.
-
#upcoming_minutes_scheduled ⇒ ::Integer
Returns the value of attribute upcoming_minutes_scheduled.
Instance Attribute Details
#estimated_minutes_remaining ⇒ ::Integer
Returns the value of attribute estimated_minutes_remaining.
695 696 697 |
# File 'sig/types.rbs', line 695 def estimated_minutes_remaining @estimated_minutes_remaining end |
#is_reserved_minutes_customer ⇒ Boolean
Returns the value of attribute is_reserved_minutes_customer.
691 692 693 |
# File 'sig/types.rbs', line 691 def is_reserved_minutes_customer @is_reserved_minutes_customer end |
#total_reserved_minute_allocation ⇒ ::Integer
Returns the value of attribute total_reserved_minute_allocation.
692 693 694 |
# File 'sig/types.rbs', line 692 def total_reserved_minute_allocation @total_reserved_minute_allocation end |
#total_scheduled_minutes ⇒ ::Integer
Returns the value of attribute total_scheduled_minutes.
694 695 696 |
# File 'sig/types.rbs', line 694 def total_scheduled_minutes @total_scheduled_minutes end |
#upcoming_minutes_scheduled ⇒ ::Integer
Returns the value of attribute upcoming_minutes_scheduled.
693 694 695 |
# File 'sig/types.rbs', line 693 def upcoming_minutes_scheduled @upcoming_minutes_scheduled end |