RemoveTagsFromResourceRequest
public struct RemoveTagsFromResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
Declaration
Swift
public let resourceArn: String
-
The tag key or keys to remove. Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
Declaration
Swift
public let tagKeyList: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeyList: [String])
-
Declaration
Swift
public func validate(name: String) throws