AWS SDK for .NET Documentation
RemoveTagsFromResourceRequest Class
AmazonAmazon.RDS.ModelRemoveTagsFromResourceRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class RemoveTagsFromResourceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RemoveTagsFromResourceRequest()()()()
Initializes a new instance of the RemoveTagsFromResourceRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 RemoveTagsFromResourceRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)