Class: Aws::MemoryDB::Types::ListTagsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of tags as key-value pairs.

Returns:



2077
2078
2079
2080
2081
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2077

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