Class: Aws::MemoryDB::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ListTagsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
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.
2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2495 class ListTagsResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |