UntagResourceInput
public struct UntagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
Declaration
Swift
public let resourceARN: String -
A list of the keys of the tags that you want to remove.
Declaration
Swift
public let tagKeyList: [String] -
Undocumented
Declaration
Swift
public init(resourceARN: String, tagKeyList: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagResourceInput Structure Reference