ComputeResourceUpdate
public struct ComputeResourceUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The desired number of Amazon EC2 vCPUS in the compute environment.
Declaration
Swift
public let desiredvCpus: Int? -
The maximum number of Amazon EC2 vCPUs that an environment can reach.
Declaration
Swift
public let maxvCpus: Int? -
The minimum number of Amazon EC2 vCPUs that an environment should maintain.
Declaration
Swift
public let minvCpus: Int? -
Undocumented
Declaration
Swift
public init(desiredvCpus: Int? = nil, maxvCpus: Int? = nil, minvCpus: Int? = nil)
View on GitHub
ComputeResourceUpdate Structure Reference