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:



1599
1600
1601
1602
1603
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1599

class UntagResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end