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)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def capacity_reservation_id
  @capacity_reservation_id
end

#total_available_capacity::Integer

Returns the value of attribute total_available_capacity.

Returns:

  • (::Integer)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def total_available_capacity
  @total_available_capacity
end

#total_capacity::Integer

Returns the value of attribute total_capacity.

Returns:

  • (::Integer)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def total_capacity
  @total_capacity
end

#total_unavailable_capacity::Integer

Returns the value of attribute total_unavailable_capacity.

Returns:

  • (::Integer)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def total_unavailable_capacity
  @total_unavailable_capacity
end