Class: Aws::EC2::Types::AvailableCapacity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The capacity information for instances launched onto the Dedicated Host.

Instance Attribute Summary collapse

Instance Attribute Details

#available_instance_capacityArray<Types::InstanceCapacity>

The total number of instances supported by the Dedicated Host.

Returns:



1792
1793
1794
1795
1796
# File 'lib/aws-sdk-ec2/types.rb', line 1792

class AvailableCapacity < Struct.new(
  :available_instance_capacity,
  :available_v_cpus)
  include Aws::Structure
end

#available_v_cpusInteger

The number of vCPUs available on the Dedicated Host.

Returns:

  • (Integer)


1792
1793
1794
1795
1796
# File 'lib/aws-sdk-ec2/types.rb', line 1792

class AvailableCapacity < Struct.new(
  :available_instance_capacity,
  :available_v_cpus)
  include Aws::Structure
end