Class: Aws::ElastiCache::Types::ListTagsForResourceMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

The input parameters for the ListTagsForResource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

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.

Returns:

  • (String)


5667
5668
5669
5670
5671
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5667

class ListTagsForResourceMessage < Struct.new(
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end