UntagResourceInput
public struct UntagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
Declaration
Swift
public let resourceArn: String
-
A list of keys to identify which key-value tags to remove from a resource.
Declaration
Swift
public let tagKeyList: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeyList: [String])