class Aws::RDS::Types::ListTagsForResourceMessage

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

data as a hash:

    {
      resource_name: "String", # required
      filters: [
        {
          name: "String", # required
          values: ["String"], # required
        },
      ],
    }

@!attribute [rw] resource_name

The Amazon RDS resource with tags to be listed. 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] filters

This parameter isn't currently supported.
@return [Array<Types::Filter>]

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

Constants

SENSITIVE