Class: Aws::DAX::Types::UntagResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tag keys that have been removed from the cluster.

Returns:



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