Class: Aws::Types::Ec2CapacityReservation

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)


5603
5604
5605
# File 'sig/types.rbs', line 5603

def available_instance_count
  @available_instance_count
end

#ec2_capacity_reservation_id::String

Returns the value of attribute ec2_capacity_reservation_id.

Returns:

  • (::String)


5601
5602
5603
# File 'sig/types.rbs', line 5601

def ec2_capacity_reservation_id
  @ec2_capacity_reservation_id
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


5602
5603
5604
# File 'sig/types.rbs', line 5602

def total_instance_count
  @total_instance_count
end

#used_by_current_endpoint::Integer

Returns the value of attribute used_by_current_endpoint.

Returns:

  • (::Integer)


5604
5605
5606
# File 'sig/types.rbs', line 5604

def used_by_current_endpoint
  @used_by_current_endpoint
end