UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource that contains the tags to remove.
Declaration
Swift
public let resourceArn: String
-
A list of tag keys. Existing tags of resources with keys in this list are removed from the specified resource.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeys: [String])