class Aws::ElastiCache::Types::ListTagsForResourceMessage

The input parameters for the `ListTagsForResource` operation.

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

data as a hash:

    {
      resource_name: "String", # required
    }

@!attribute [rw] resource_name

The Amazon Resource Name (ARN) of the resource for which you want
the list of tags, for example
`arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster` or
`arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot`.

For more information about ARNs, see [Amazon Resource Names (ARNs)
and Amazon Web Services Service Namespaces][1].

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ListTagsForResourceMessage AWS API Documentation

Constants

SENSITIVE