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)


5607
5608
5609
# File 'sig/types.rbs', line 5607

def available_instance_count
  @available_instance_count
end

#ec2_capacity_reservation_id::String

Returns the value of attribute ec2_capacity_reservation_id.

Returns:

  • (::String)


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

def ec2_capacity_reservation_id
  @ec2_capacity_reservation_id
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


5606
5607
5608
# File 'sig/types.rbs', line 5606

def total_instance_count
  @total_instance_count
end

#used_by_current_endpoint::Integer

Returns the value of attribute used_by_current_endpoint.

Returns:

  • (::Integer)


5608
5609
5610
# File 'sig/types.rbs', line 5608

def used_by_current_endpoint
  @used_by_current_endpoint
end