Class: Aws::Types::ProductionVariantCapacityReservationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


10095
10096
10097
# File 'sig/types.rbs', line 10095

def available_instance_count
  @available_instance_count
end

#capacity_reservation_preference"capacity-reservations-only"

Returns the value of attribute capacity_reservation_preference.

Returns:

  • ("capacity-reservations-only")


10093
10094
10095
# File 'sig/types.rbs', line 10093

def capacity_reservation_preference
  @capacity_reservation_preference
end

#ec2_capacity_reservations::Array[Types::Ec2CapacityReservation]

Returns the value of attribute ec2_capacity_reservations.

Returns:



10097
10098
10099
# File 'sig/types.rbs', line 10097

def ec2_capacity_reservations
  @ec2_capacity_reservations
end

#ml_reservation_arn::String

Returns the value of attribute ml_reservation_arn.

Returns:

  • (::String)


10092
10093
10094
# File 'sig/types.rbs', line 10092

def ml_reservation_arn
  @ml_reservation_arn
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


10094
10095
10096
# File 'sig/types.rbs', line 10094

def total_instance_count
  @total_instance_count
end

#used_by_current_endpoint::Integer

Returns the value of attribute used_by_current_endpoint.

Returns:

  • (::Integer)


10096
10097
10098
# File 'sig/types.rbs', line 10096

def used_by_current_endpoint
  @used_by_current_endpoint
end