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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of tags as key-value pairs.

Returns:



9307
9308
9309
9310
9311
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9307

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