Class: Aws::ElastiCache::Types::TagListMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::TagListMessage
- 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
-
#tag_list ⇒ Array<Types::Tag>
A list of tags as key-value pairs.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
A list of tags as key-value pairs.
9334 9335 9336 9337 9338 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9334 class TagListMessage < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |