UntagResourceRequest
public struct UntagResourceRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags. DeclarationSwift public let resourceArn: String
- 
                  
                  The initial part of a key-value pair that forms a tag being removed from a given resource. For example, a tag with “Sales” as the key might be added to a resource to indicate its use by the sales department. Keys must be unique and cannot be duplicated for a particular resource. DeclarationSwift public let tagKeys: [String]
- 
                  
                  Undocumented DeclarationSwift public init(resourceArn: String, tagKeys: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub UntagResourceRequest Structure Reference
        UntagResourceRequest Structure Reference