DeleteSlotTypeVersionRequest
public struct DeleteSlotTypeVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the slot type.
Declaration
Swift
public let name: String -
The version of the slot type to delete. You cannot delete the $LATEST version of the slot type. To delete the $LATEST version, use the DeleteSlotType operation.
Declaration
Swift
public let version: String -
Undocumented
Declaration
Swift
public init(name: String, version: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteSlotTypeVersionRequest Structure Reference