Class: Aws::MemoryDB::Types::UntagResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UntagResourceResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
The list of tags removed.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
The list of tags removed
3004 3005 3006 3007 3008 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3004 class UntagResourceResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |