ComputeResponse
public struct ComputeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
Declaration
Swift
public let simulationUnitLimit: Int?
-
Undocumented
Declaration
Swift
public init(simulationUnitLimit: Int? = nil)