RelationalDatabaseHardware

public struct RelationalDatabaseHardware : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of vCPUs for the database.

    Declaration

    Swift

    public let cpuCount: Int?
  • The size of the disk for the database.

    Declaration

    Swift

    public let diskSizeInGb: Int?
  • The amount of RAM in GB for the database.

    Declaration

    Swift

    public let ramSizeInGb: Float?
  • Undocumented

    Declaration

    Swift

    public init(cpuCount: Int? = nil, diskSizeInGb: Int? = nil, ramSizeInGb: Float? = nil)