Limit
public struct Limit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of protections that can be created for the specified Type.
Declaration
Swift
public let max: Int64? -
The type of protection.
Declaration
Swift
public let type: String? -
Undocumented
Declaration
Swift
public init(max: Int64? = nil, type: String? = nil)
View on GitHub
Limit Structure Reference