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)


5622
5623
5624
# File 'sig/types.rbs', line 5622

def available_instance_count
  @available_instance_count
end

#ec2_capacity_reservation_id::String

Returns the value of attribute ec2_capacity_reservation_id.

Returns:

  • (::String)


5620
5621
5622
# File 'sig/types.rbs', line 5620

def ec2_capacity_reservation_id
  @ec2_capacity_reservation_id
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


5621
5622
5623
# File 'sig/types.rbs', line 5621

def total_instance_count
  @total_instance_count
end

#used_by_current_endpoint::Integer

Returns the value of attribute used_by_current_endpoint.

Returns:

  • (::Integer)


5623
5624
5625
# File 'sig/types.rbs', line 5623

def used_by_current_endpoint
  @used_by_current_endpoint
end