Class: Aws::DAX::Types::TagResourceResponse

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 list of tags that are associated with the DAX resource.

Returns:



1513
1514
1515
1516
1517
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1513

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