SizeConstraintSet
public struct SizeConstraintSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name, if any, of the SizeConstraintSet.
Declaration
Swift
public let name: String?
-
Specifies the parts of web requests that you want to inspect the size of.
Declaration
Swift
public let sizeConstraints: [SizeConstraint]
-
A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet). SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
Declaration
Swift
public let sizeConstraintSetId: String
-
Undocumented
Declaration
Swift
public init(name: String? = nil, sizeConstraints: [SizeConstraint], sizeConstraintSetId: String)