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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tag keys that have been removed from the cluster.

Returns:



1475
1476
1477
1478
# File 'lib/aws-sdk-dax/types.rb', line 1475

class UntagResourceResponse < Struct.new(
  :tags)
  include Aws::Structure
end