InstanceHardware

public struct InstanceHardware : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of vCPUs the instance has.

    Declaration

    Swift

    public let cpuCount: Int?
  • The disks attached to the instance.

    Declaration

    Swift

    public let disks: [Disk]?
  • The amount of RAM in GB on the instance (e.g., 1.0).

    Declaration

    Swift

    public let ramSizeInGb: Float?
  • Undocumented

    Declaration

    Swift

    public init(cpuCount: Int? = nil, disks: [Disk]? = nil, ramSizeInGb: Float? = nil)