You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The capacity information for instances that can be launched onto the Dedicated Host.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#available_instance_capacityArray<Types::InstanceCapacity>

The number of instances that can be launched onto the Dedicated Host depending on the host\'s available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

Returns:

  • (Array<Types::InstanceCapacity>)

    The number of instances that can be launched onto the Dedicated Host depending on the host\'s available capacity.

#available_v_cpusInteger

The number of vCPUs available for launching instances onto the Dedicated Host.

Returns:

  • (Integer)

    The number of vCPUs available for launching instances onto the Dedicated Host.