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.
1709 1710 1711 1712 1713 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1709 class UntagResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |