class Aws::RDS::Types::AddTagsToResourceMessage

@note When making an API call, you may pass AddTagsToResourceMessage

data as a hash:

    {
      resource_name: "String", # required
      tags: [ # required
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] resource_name

The Amazon RDS resource that the tags are added to. This value is an
Amazon Resource Name (ARN). For information about creating an ARN,
see [ Constructing an RDS Amazon Resource Name (ARN)][1].

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
@return [String]

@!attribute [rw] tags

The tags to be assigned to the Amazon RDS resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddTagsToResourceMessage AWS API Documentation

Constants

SENSITIVE