class Aws::RDS::Types::RemoveTagsFromResourceMessage

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

data as a hash:

    {
      resource_name: "String", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_name

The Amazon RDS resource that the tags are removed from. This value
is an Amazon Resource Name (ARN). For information about creating an
ARN, see [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS
User Guide.*

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

@!attribute [rw] tag_keys

The tag key (name) of the tag to be removed.
@return [Array<String>]

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

Constants

SENSITIVE