DeleteTagsInput
public struct DeleteTagsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the tagged ML object. For example, exampleModelId.
Declaration
Swift
public let resourceId: String
-
The type of the tagged ML object.
Declaration
Swift
public let resourceType: TaggableResourceType
-
One or more tags to delete.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceId: String, resourceType: TaggableResourceType, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws