UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource from which to remove the tags.
Declaration
Swift
public let resourceArn: String -
Tags to remove from this resource.
Declaration
Swift
public let tagsToRemove: [String] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tagsToRemove: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagResourceRequest Structure Reference