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.
3352 3353 3354 3355 3356 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3352 class UntagResourceResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |