InstanceCapacity

public struct InstanceCapacity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of instances that can be launched onto the Dedicated Host based on the host’s available capacity.

    Declaration

    Swift

    public let availableCapacity: Int?
  • The instance type supported by the Dedicated Host.

    Declaration

    Swift

    public let instanceType: String?
  • The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.

    Declaration

    Swift

    public let totalCapacity: Int?
  • Undocumented

    Declaration

    Swift

    public init(availableCapacity: Int? = nil, instanceType: String? = nil, totalCapacity: Int? = nil)