DeleteSizeConstraintSetRequest
public struct DeleteSizeConstraintSetRequest : 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 delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
Declaration
Swift
public let sizeConstraintSetId: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, sizeConstraintSetId: String)
-
Declaration
Swift
public func validate(name: String) throws