DeleteTagsRequest
public struct DeleteTagsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.
Declaration
Swift
public let resourceId: String
-
The tag keys.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws