AvailableCapacity

public struct AvailableCapacity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let availableInstanceCapacity: [InstanceCapacity]?
  • The number of vCPUs available for launching instances onto the Dedicated Host.

    Declaration

    Swift

    public let availableVCpus: Int?
  • Undocumented

    Declaration

    Swift

    public init(availableInstanceCapacity: [InstanceCapacity]? = nil, availableVCpus: Int? = nil)