Class: Aws::Types::GetMinuteUsageResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_minutes_remaining ⇒ ::Integer

Returns the value of attribute estimated_minutes_remaining.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


693
694
695
# File 'sig/types.rbs', line 693

def upcoming_minutes_scheduled
  @upcoming_minutes_scheduled
end