Container for the parameters to the RemoveTagsFromResource operation.
            
Removes metadata tags from an Amazon RDS resource.
For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources .
 Declaration Syntax
 Declaration Syntax| C# | 
public class RemoveTagsFromResourceRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RemoveTagsFromResourceRequest()()()() | Initializes a new instance of the RemoveTagsFromResourceRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ResourceName | 
            The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN,
            see  Constructing an RDS Amazon Resource
            Name (ARN).
             
             | 
|  | TagKeys | 
            The tag key (name) of the tag to be removed.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithResourceName(String) | Obsolete. 
            Sets the ResourceName property
             | 
|  | WithTagKeys(array<String>[]()[][]) | Obsolete. 
            Adds elements to the TagKeys collection
             | 
|  | WithTagKeys(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the TagKeys collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | RemoveTagsFromResourceRequest | |