Class: Aws::DAX::Types::UntagResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::UntagResourceResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tag keys that have been removed from the cluster.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tag keys that have been removed from the cluster.
1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1543 class UntagResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |