class Aws::ElastiCache::Types::RemoveTagsFromResourceMessage
Represents the input of a `RemoveTagsFromResource` operation.
@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 Resource Name (ARN) of the resource from which you want the tags removed, 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 Service Namespaces][1]. [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] tag_keys
A list of `TagKeys` identifying the tags you want removed from the named resource. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RemoveTagsFromResourceMessage AWS API Documentation
Constants
- SENSITIVE