Class: Aws::Types::CapacityReservationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def capacity_reservation_id
  @capacity_reservation_id
end

#total_available_capacity::Integer

Returns the value of attribute total_available_capacity.

Returns:

  • (::Integer)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def total_available_capacity
  @total_available_capacity
end

#total_capacity::Integer

Returns the value of attribute total_capacity.

Returns:

  • (::Integer)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def total_capacity
  @total_capacity
end

#total_unavailable_capacity::Integer

Returns the value of attribute total_unavailable_capacity.

Returns:

  • (::Integer)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def total_unavailable_capacity
  @total_unavailable_capacity
end