UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the notification rule from which to remove the tags.
Declaration
Swift
public let arn: String -
The key names of the tags to remove.
Declaration
Swift
public let tagKeys: [String] -
Undocumented
Declaration
Swift
public init(arn: String, tagKeys: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagResourceRequest Structure Reference