Class: Aws::ElastiCache::Types::TagListMessage

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

Overview

Represents the output from the ‘AddTagsToResource`, `ListTagsForResource`, and `RemoveTagsFromResource` operations.

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of cost allocation tags as key-value pairs.

Returns:



5897
5898
5899
5900
# File 'lib/aws-sdk-elasticache/types.rb', line 5897

class TagListMessage < Struct.new(
  :tag_list)
  include Aws::Structure
end