HostProperties

public struct HostProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of cores on the Dedicated Host.

    Declaration

    Swift

    public let cores: Int?
  • The instance family supported by the Dedicated Host. For example, m5.

    Declaration

    Swift

    public let instanceFamily: String?
  • The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

    Declaration

    Swift

    public let instanceType: String?
  • The number of sockets on the Dedicated Host.

    Declaration

    Swift

    public let sockets: Int?
  • The total number of vCPUs on the Dedicated Host.

    Declaration

    Swift

    public let totalVCpus: Int?
  • Undocumented

    Declaration

    Swift

    public init(cores: Int? = nil, instanceFamily: String? = nil, instanceType: String? = nil, sockets: Int? = nil, totalVCpus: Int? = nil)