Limit
public struct Limit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum value of the limit.
Declaration
Swift
public let max: String? -
The name of the limit. The possible values are: classic-listeners classic-load-balancers classic-registered-instances
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(max: String? = nil, name: String? = nil)
View on GitHub
Limit Structure Reference