UpdateSizeConstraintSetRequest
public struct UpdateSizeConstraintSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
Declaration
Swift
public let sizeConstraintSetId: String
-
An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types: SizeConstraintSetUpdate: Contains Action and SizeConstraint SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size FieldToMatch: Contains Data and Type
Declaration
Swift
public let updates: [SizeConstraintSetUpdate]
-
Undocumented
Declaration
Swift
public init(changeToken: String, sizeConstraintSetId: String, updates: [SizeConstraintSetUpdate])
-
Declaration
Swift
public func validate(name: String) throws