class Aws::DocDB::Types::ListTagsForResourceMessage

Represents the input to ListTagsForResource.

@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 DocumentDB resource with tags to be listed. This value is
an Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] filters

This parameter is not currently supported.
@return [Array<Types::Filter>]

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

Constants

SENSITIVE