AWS SDK for .NET Documentation
AddTagsToResourceRequest Class
AmazonAmazon.RDS.ModelAddTagsToResourceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AddTagsToResource operation.

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in Condition statement in IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources .

Declaration Syntax
C#
public class AddTagsToResourceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddTagsToResourceRequest()()()()
Initializes a new instance of the AddTagsToResourceRequest 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 added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

Tags
The tags to be assigned to the Amazon RDS resource.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithResourceName(String) Obsolete.
Sets the ResourceName property

WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AddTagsToResourceRequest
See Also

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